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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c199 #ifndef DNS_DISPATCH_PORTTABLESIZE
200 #define DNS_DISPATCH_PORTTABLESIZE 1024 macro
720 DNS_DISPATCH_PORTTABLESIZE]);
743 ISC_LIST_APPEND(disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE],
765 DNS_DISPATCH_PORTTABLESIZE],
2484 for (i = 0; i < DNS_DISPATCH_PORTTABLESIZE; i++)
2488 DNS_DISPATCH_PORTTABLESIZE);
2828 DNS_DISPATCH_PORTTABLESIZE);
2831 for (i = 0; i < DNS_DISPATCH_PORTTABLESIZE; i++)

Completed in 16 milliseconds