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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dportlist.h31 dns_portlist_create(isc_mem_t *mctx, dns_portlist_t **portlistp);
46 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port);
60 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port);
70 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
83 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp);
93 dns_portlist_detach(dns_portlist_t **portlistp);
H A Ddispatch.h209 dns_portlist_t *portlist);
217 dns_portlist_t *
H A Dtypes.h102 typedef struct dns_portlist dns_portlist_t; typedef in typeref:struct:dns_portlist
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dportlist.c74 dns_portlist_create(isc_mem_t *mctx, dns_portlist_t **portlistp) {
75 dns_portlist_t *portlist;
138 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) {
189 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) {
215 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) {
236 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) {
246 dns_portlist_detach(dns_portlist_t **portlistp) {
247 dns_portlist_t *portlist;
H A Ddispatch.c84 dns_portlist_t *portlist;
2147 dns_portlist_t *portlist)
2156 dns_portlist_t *

Completed in 111 milliseconds