Searched defs:SEND_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dclient.c95 #define SEND_BUFFER_SIZE 4096 macro
870 if (bufsize > SEND_BUFFER_SIZE)
871 bufsize = SEND_BUFFER_SIZE;
969 unsigned char sendbuf[SEND_BUFFER_SIZE];
1017 unsigned char sendbuf[SEND_BUFFER_SIZE];
/bind-9.11.3/lib/dns/
H A Dzone.c730 #define SEND_BUFFER_SIZE 2048 macro
12222 isc_uint16_t udpsize = SEND_BUFFER_SIZE;
12419 isc_uint16_t udpsize = SEND_BUFFER_SIZE;

Completed in 62 milliseconds