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

/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c326 dns_rdataset_t hintrrset, rootrrset; local
332 dns_rdataset_init(&rootrrset);
340 &rootrrset, NULL);
343 result = dns_rdataset_first(&rootrrset);
346 dns_rdataset_current(&rootrrset, &rdata);
349 result = dns_rdataset_next(&rootrrset);
355 if (!inrrset(&rootrrset, &rdata))
362 result = dns_rdataset_first(&rootrrset);
365 dns_rdataset_current(&rootrrset, &rdata);
367 result = dns_rdataset_next(&rootrrset);
[all...]

Completed in 644 milliseconds