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

/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c18 /* $Id: portlist.c,v 1.13 2007/06/19 23:47:16 tbox Exp $ */
37 #include <dns/portlist.h>
75 dns_portlist_t *portlist; local
80 portlist = isc_mem_get(mctx, sizeof(*portlist));
81 if (portlist == NULL)
83 result = isc_mutex_init(&portlist->lock);
85 isc_mem_put(mctx, portlist, sizeof(*portlist));
88 result = isc_refcount_init(&portlist
138 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) argument
189 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) argument
215 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) argument
236 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) argument
247 dns_portlist_t *portlist; local
[all...]
H A Ddispatch.c46 #include <dns/portlist.h>
83 dns_portlist_t *portlist; member in struct:dns_dispatchmgr
1949 dns_portlist_t *portlist)
1952 UNUSED(portlist);
1948 dns_dispatchmgr_setblackportlist(dns_dispatchmgr_t *mgr, dns_portlist_t *portlist) argument

Completed in 18 milliseconds