Searched refs:windowsize (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dinet_windowsize.c11 /* void set_inet_windowsize(sock, windowsize)
13 /* int windowsize;
28 /* .IP windowsize
63 void set_inet_windowsize(int sock, int windowsize) argument
69 if (windowsize <= 0)
70 msg_panic("inet_windowsize: bad window size %d", windowsize);
76 if (setsockopt(sock, SOL_SOCKET, SO_SNDBUF, (char *) &windowsize,
77 sizeof(windowsize)) < 0)
78 msg_warn("setsockopt SO_SNDBUF %d: %m", windowsize);
79 if (setsockopt(sock, SOL_SOCKET, SO_RCVBUF, (char *) &windowsize,
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttplmp.cpp53 {kQOSwindowsize, "ttplmp: qos windowsize"},
265 ULong windowsize = q->GetWindowSize(); local
266 XTRACE(kQOSwindowsize, id, windowsize);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc.c211 /* Compute the pp+1 autocorrelation lags of the windowsize samples in s.
215 void xautoc( windowsize, s, p, r, e )
216 register int p, windowsize;
223 for( i=windowsize, q=s, sum0=0.0; i--;) {
236 *e = (float) sqrt((double)(sum0/windowsize));
239 for( sum=0.0, j=windowsize-i, q=s, t=s+i; j--; )
H A Dsigproc2.c678 void autoc( windowsize, s, p, r, e )
679 register int windowsize, p;
682 * Compute the pp+1 autocorrelation lags of the windowsize samples in s.
690 for ( i=0, q=s, sum0=0.; i< windowsize; q++, i++){
703 for( sum=0., j=0, q=s, t=s+i; j < (windowsize)-i; j++, q++, t++){
709 *e = sqrt(sum0/windowsize);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h107 UInt8 windowsize; // 1 thru 7 frames per ack member in struct:USBIrDAQoS
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dab.c288 int windowsize = 0; /* we use the OS default window size */ variable
1179 if (windowsize != 0) {
1181 windowsize);
1186 windowsize);
1858 fprintf(stderr, " -b windowsize Size of TCP send/receive buffer, in bytes\n");
2088 windowsize = atoi(optarg);
H A Dab.c.orig288 int windowsize = 0; /* we use the OS default window size */
1179 if (windowsize != 0) {
1181 windowsize);
1186 windowsize);
1854 fprintf(stderr, " -b windowsize Size of TCP send/receive buffer, in bytes\n");
2084 windowsize = atoi(optarg);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrQOS.cpp85 {kLogSetWindow, "IrQOS: set windowsize, ct=, bitmap="},
255 fWindowSize = fDeviceQOS->windowsize; // 1 thru 7 frames per ack
853 // make sure windowsize and datasize are proper bitmaps
862 if (bitpos > 0) // if max windowsize > 1
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1890 fQoS.windowsize = 1;
1906 fQoS.windowsize = qos->windowsize;

Completed in 209 milliseconds