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

/bind-9.11.3/lib/dns/
H A Ddispatch.c241 dispportlist_t *port_table; /*%< hold ports 'owned' by us */ member in struct:dns_dispatch
559 REQUIRE(disp->port_table != NULL);
561 portentry = ISC_LIST_HEAD(disp->port_table[port %
577 REQUIRE(disp->port_table != NULL);
588 ISC_LIST_APPEND(disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE],
603 REQUIRE(disp->port_table != NULL);
611 ISC_LIST_UNLINK(disp->port_table[portentry->port %
2406 disp->port_table = NULL;
2472 if (disp->port_table != NULL) {
2474 INSIST(ISC_LIST_EMPTY(disp->port_table[
[all...]

Completed in 27 milliseconds