Searched defs:dtab (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Diptable.c17 static void destroy_iptable(dns_iptable_t *dtab);
163 destroy_iptable(dns_iptable_t *dtab) { argument
165 REQUIRE(DNS_IPTABLE_VALID(dtab));
167 if (dtab->radix != NULL) {
168 isc_radix_destroy(dtab->radix, NULL);
169 dtab->radix = NULL;
172 isc_refcount_destroy(&dtab->refcount);
173 dtab->magic = 0;
174 isc_mem_putanddetach(&dtab->mctx, dtab, sizeo
[all...]

Completed in 10 milliseconds