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

/bind-9.11.3/lib/dns/
H A Dadb.c206 * namehook that will contain the next address this host has.
1324 dns_adbnamehook_t *namehook; local
1330 namehook = ISC_LIST_HEAD(*namehooks);
1331 while (namehook != NULL) {
1332 INSIST(DNS_ADBNAMEHOOK_VALID(namehook));
1337 entry = namehook->entry;
1355 * Free the namehook
1357 namehook->entry = NULL;
1358 ISC_LIST_UNLINK(*namehooks, namehook, plink);
1359 free_adbnamehook(adb, &namehook);
1755 free_adbnamehook(dns_adb_t *adb, dns_adbnamehook_t **namehook) argument
2180 dns_adbnamehook_t *namehook; local
[all...]

Completed in 23 milliseconds