Lines Matching +defs:val +defs:size
214 * The size to raise the receive buffer to.
254 unsigned int len; // the actual size of this buffer
1485 sock->recvbuf.base = isc_mem_get(manager->mctx, sock->recvbuf.len); // max buffer size
1649 int size;
1770 optlen = sizeof(size);
1772 (void *)&size, &optlen) >= 0 &&
1773 size < RCVBUFSIZE) {
1774 size = RCVBUFSIZE;
1776 (void *)&size, sizeof(size));
3728 isc_boolean_t val;
3743 val = ((sock->bound) ? ISC_TRUE : ISC_FALSE);
3746 return (val);