Data Fields | |
unsigned int | magic |
isc_mem_t * | mctx |
isc_refcount_t | refcount |
isc_mutex_t | lock |
dns_element_t * | list |
unsigned int | allocated |
unsigned int | active |
Definition at line 47 of file portlist.c.
unsigned int dns_portlist::magic |
Definition at line 48 of file portlist.c.
Referenced by dns_portlist_create(), and dns_portlist_detach().
Definition at line 49 of file portlist.c.
Referenced by dns_portlist_add(), dns_portlist_create(), and dns_portlist_detach().
Definition at line 50 of file portlist.c.
Referenced by dns_portlist_attach(), dns_portlist_create(), and dns_portlist_detach().
Definition at line 51 of file portlist.c.
Referenced by dns_portlist_add(), dns_portlist_create(), dns_portlist_detach(), dns_portlist_match(), and dns_portlist_remove().
Definition at line 52 of file portlist.c.
Referenced by dns_portlist_add(), dns_portlist_create(), dns_portlist_detach(), dns_portlist_match(), and dns_portlist_remove().
unsigned int dns_portlist::allocated |
Definition at line 53 of file portlist.c.
Referenced by dns_portlist_add(), dns_portlist_create(), and dns_portlist_detach().
unsigned int dns_portlist::active |
Definition at line 54 of file portlist.c.
Referenced by dns_portlist_add(), dns_portlist_create(), dns_portlist_match(), and dns_portlist_remove().