Home
last modified time | relevance | path

Searched defs:portlist (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dportlist.c73 dns_portlist_t *portlist; in dns_portlist_create() local
129 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
H A Ddispatch.c68 dns_portlist_t *portlist; member
1803 dns_portlist_t *portlist) { in dns_dispatchmgr_setblackportlist()
/netbsd-src/usr.sbin/mrouted/
H A Dsnmp.c66 int index, sd, portlist[32]; local
/netbsd-src/usr.bin/nc/
H A Dnetcat.c125 char *portlist[PORT_MAX+1]; variable