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

/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c208 * namehook that will contain the next address this host has.
944 dns_adbnamehook_t *namehook; local
950 namehook = ISC_LIST_HEAD(*namehooks);
951 while (namehook != NULL) {
952 INSIST(DNS_ADBNAMEHOOK_VALID(namehook));
957 entry = namehook->entry;
974 * Free the namehook
976 namehook->entry = NULL;
977 ISC_LIST_UNLINK(*namehooks, namehook, plink);
978 free_adbnamehook(adb, &namehook);
1353 free_adbnamehook(dns_adb_t *adb, dns_adbnamehook_t **namehook) argument
1720 dns_adbnamehook_t *namehook; local
[all...]

Completed in 13 milliseconds