Searched refs:portlist (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | portlist.c | 18 /* $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 D | dispatch.c | 46 #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
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | portlist.h | 18 /* $Id: portlist.h,v 1.9 2007/06/19 23:47:17 tbox Exp $ */ 20 /*! \file dns/portlist.h */ 46 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port); 48 * Add the given <port,af> tuple to the portlist. 51 *\li 'portlist' to be valid. 60 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port); 62 * Remove the given <port,af> tuple to the portlist. 65 *\li 'portlist' to be valid. 70 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port); 72 * Find the given <port,af> tuple to the portlist [all...] |
H A D | dispatch.h | 196 dns_portlist_t *portlist);
|
/bind-9.6-ESV-R11/lib/dns/win32/ |
H A D | libdns.mak | 168 -@erase "$(INTDIR)\portlist.obj"
286 "$(INTDIR)\portlist.obj" \
452 -@erase "$(INTDIR)\portlist.obj"
453 -@erase "$(INTDIR)\portlist.sbr"
601 "$(INTDIR)\portlist.sbr" \
689 "$(INTDIR)\portlist.obj" \
1334 SOURCE=..\portlist.c
1339 "$(INTDIR)\portlist.obj" : $(SOURCE) "$(INTDIR)"
1346 "$(INTDIR)\portlist.obj" "$(INTDIR)\portlist [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 68 #include <dns/portlist.h>
|
Completed in 36 milliseconds