Searched refs:rbufsize (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_in.c70 int rbufsize; local
127 rbufsize = 128 * 1024;
128 len = sizeof(rbufsize);
130 if (setsockopt(sock, SOL_SOCKET, SO_RCVBUF, &rbufsize, len) < 0)
H A Dudp_in.c112 int i, rbufsize, len, fd; local
163 rbufsize = 128 * 1024;
164 len = sizeof(rbufsize);
166 if (setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &rbufsize, len) < 0)
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.c586 int rbufsize = INITDATASIZE + 2048; /* 2K for slop */ local
589 &rbufsize, sizeof(int)) == -1)
/macosx-10.10/ntp-92/ntpq/
H A Dntpq.c764 { int rbufsize = DATASIZE + 2048; /* 2K for slop */ local
766 &rbufsize, sizeof(int)) == -1)

Completed in 202 milliseconds