Lines Matching +defs:val +defs:size
125 * of) FD_SETSIZE descriptors, and the default size should in fact be fine in
276 * The size to raise the receive buffer to (from BIND 8).
2100 int size;
2338 optlen = sizeof(size);
2340 (void *)&size, &optlen) >= 0 &&
2341 size < RCVBUFSIZE) {
2342 size = RCVBUFSIZE;
2344 (void *)&size, sizeof(size)) == -1) {
2348 sock->fd, size,
5410 isc_boolean_t val;
5413 val = ((sock->bound) ? ISC_TRUE : ISC_FALSE);
5416 return (val);