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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c252 dispportlist_t *port_table; /*%< hold ports 'owned' by us */ member in struct:dns_dispatch
717 REQUIRE(disp->port_table != NULL);
719 portentry = ISC_LIST_HEAD(disp->port_table[port %
734 REQUIRE(disp->port_table != NULL);
743 ISC_LIST_APPEND(disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE],
757 REQUIRE(disp->port_table != NULL);
764 ISC_LIST_UNLINK(disp->port_table[portentry->port %
2419 disp->port_table = NULL;
2483 if (disp->port_table != NULL) {
2485 INSIST(ISC_LIST_EMPTY(disp->port_table[
[all...]

Completed in 46 milliseconds