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

/bind-9.11.3/lib/dns/
H A Drootns.c325 dns_rdataset_t hintrrset, rootrrset; local
330 dns_rdataset_init(&hintrrset);
336 now, NULL, foundname, &hintrrset, NULL);
346 if (!inrrset(&hintrrset, &rdata))
350 result = dns_rdataset_first(&hintrrset);
353 dns_rdataset_current(&hintrrset, &rdata);
356 result = dns_rdataset_next(&hintrrset);
371 if (dns_rdataset_isassociated(&hintrrset))
372 dns_rdataset_disassociate(&hintrrset);
378 now, NULL, foundname, &hintrrset, NUL
[all...]

Completed in 10 milliseconds