Searched defs:portlist (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | portlist.c | 9 /* $Id: portlist.c,v 1.13 2007/06/19 23:47:16 tbox Exp $ */ 28 #include <dns/portlist.h> 66 dns_portlist_t *portlist; local 71 portlist = isc_mem_get(mctx, sizeof(*portlist)); 72 if (portlist == NULL) 74 result = isc_mutex_init(&portlist->lock); 76 isc_mem_put(mctx, portlist, sizeof(*portlist)); 79 result = isc_refcount_init(&portlist 129 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) argument 180 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) argument 206 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) argument 227 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) argument 238 dns_portlist_t *portlist; local [all...] |
H A D | dispatch.c | 36 #include <dns/portlist.h> 63 dns_portlist_t *portlist; member in struct:dns_dispatchmgr 1926 dns_portlist_t *portlist) 1929 UNUSED(portlist); 1925 dns_dispatchmgr_setblackportlist(dns_dispatchmgr_t *mgr, dns_portlist_t *portlist) argument
|
Completed in 20 milliseconds