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

/bind-9.11.3/lib/dns/
H A Ddispatch.c164 dispportentry_t *portentry; member in struct:dispsocket
557 dispportentry_t *portentry; local
561 portentry = ISC_LIST_HEAD(disp->port_table[port %
563 while (portentry != NULL) {
564 if (portentry->port == port)
565 return (portentry);
566 portentry = ISC_LIST_NEXT(portentry, link);
574 dispportentry_t *portentry; local
579 portentry
600 dispportentry_t *portentry = *portentryp; local
673 dispportentry_t *portentry = NULL; local
[all...]

Completed in 15 milliseconds