Searched refs:RCVBUFSIZE (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c216 #define RCVBUFSIZE (32*1024) macro
1773 size < RCVBUFSIZE) {
1774 size = RCVBUFSIZE;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c278 #define RCVBUFSIZE (32*1024) macro
2341 size < RCVBUFSIZE) {
2342 size = RCVBUFSIZE;

Completed in 30 milliseconds