Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c229 dispportlist_t *port_table; /*%< hold ports 'owned' by us */ member
576 REQUIRE(disp->port_table != NULL); in port_search()
579 disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE]); in port_search()
595 REQUIRE(disp->port_table != NULL); in new_portentry()
604 ISC_LIST_APPEND(disp->port_table[port % DNS_DISPATCH_PORTTABLESIZE], in new_portentry()
619 REQUIRE(disp->port_table != NULL); in deref_portentry()
623 ISC_LIST_UNLINK(disp->port_table[portentry->port % in deref_portentry()
2213 disp->port_table = NULL; in dispatch_allocate()
2274 if (disp->port_table != NULL) { in dispatch_free()
2276 INSIST(ISC_LIST_EMPTY(disp->port_table[i])); in dispatch_free()
[all …]