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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c210 * namehook that will contain the next address this host has.
1269 dns_adbnamehook_t *namehook; local
1275 namehook = ISC_LIST_HEAD(*namehooks);
1276 while (namehook != NULL) {
1277 INSIST(DNS_ADBNAMEHOOK_VALID(namehook));
1282 entry = namehook->entry;
1299 * Free the namehook
1301 namehook->entry = NULL;
1302 ISC_LIST_UNLINK(*namehooks, namehook, plink);
1303 free_adbnamehook(adb, &namehook);
1694 free_adbnamehook(dns_adb_t *adb, dns_adbnamehook_t **namehook) argument
2076 dns_adbnamehook_t *namehook; local
[all...]

Completed in 29 milliseconds