Searched defs:portlist (Results 1 – 4 of 4) sorted by relevance
73 dns_portlist_t *portlist; in dns_portlist_create() local129 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) { in dns_portlist_add()178 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) { in dns_portlist_remove()205 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) { in dns_portlist_match()228 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) { in dns_portlist_attach()239 dns_portlist_t *portlist = *portlistp; in dns_portlist_detach() local
68 dns_portlist_t *portlist; member1803 dns_portlist_t *portlist) { in dns_dispatchmgr_setblackportlist()
66 int index, sd, portlist[32]; local
125 char *portlist[PORT_MAX+1]; variable