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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c180 dispportentry_t *portentry; member in struct:dispsocket
715 dispportentry_t *portentry; local
719 portentry = ISC_LIST_HEAD(disp->port_table[port %
721 while (portentry != NULL) {
722 if (portentry->port == port)
723 return (portentry);
724 portentry = ISC_LIST_NEXT(portentry, link);
732 dispportentry_t *portentry; local
736 portentry
754 dispportentry_t *portentry = *portentryp; local
820 dispportentry_t *portentry = NULL; local
[all...]

Completed in 28 milliseconds