Lines Matching refs:port_table
252 dispportlist_t *port_table; /*%< hold ports 'owned' by us */
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[i]));
2486 isc_mem_put(mgr->mctx, disp->port_table,
2487 sizeof(disp->port_table[0]) *
2826 disp->port_table = isc_mem_get(mgr->mctx,
2827 sizeof(disp->port_table[0]) *
2829 if (disp->port_table == NULL)
2832 ISC_LIST_INIT(disp->port_table[i]);