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

/bind-9.6-ESV-R11/lib/dns/
H A Diptable.c26 static void destroy_iptable(dns_iptable_t *dtab);
176 destroy_iptable(dns_iptable_t *dtab) { argument
178 REQUIRE(DNS_IPTABLE_VALID(dtab));
180 if (dtab->radix != NULL) {
181 isc_radix_destroy(dtab->radix, NULL);
182 dtab->radix = NULL;
185 isc_refcount_destroy(&dtab->refcount);
186 dtab->magic = 0;
187 isc_mem_put(dtab->mctx, dtab, sizeo
[all...]

Completed in 8 milliseconds