Searched defs:dns_portlist (Results 1 – 1 of 1) sorted by relevance
43 struct dns_portlist { struct44 unsigned int magic;45 isc_mem_t *mctx;46 isc_refcount_t refcount;47 isc_mutex_t lock;48 dns_element_t *list;72 dns_portlist_create(isc_mem_t *mctx, dns_portlist_t **portlistp) { in dns_portlist_create() argument