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

/bind-9.6-ESV-R11/lib/dns/
H A Dnsec.c195 dns_rdata_nsec_t nsecstruct; local
204 result = dns_rdata_tostruct(nsec, &nsecstruct, NULL);
208 for (i = 0; i < nsecstruct.len; i += len) {
209 INSIST(i + 2 <= nsecstruct.len);
210 window = nsecstruct.typebits[i];
211 len = nsecstruct.typebits[i + 1];
214 INSIST(i + len <= nsecstruct.len);
220 present = ISC_TF(bit_isset(&nsecstruct.typebits[i],
224 dns_rdata_freestruct(&nsecstruct);
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c5451 dns_rdata_nsec_t nsecstruct; local
5490 ret = dns_rdata_tostruct(&nsec, &nsecstruct, NULL);
5493 if ((inf_name(nsecname, &nsecstruct.next) == 1 &&
5494 inf_name(name, &nsecstruct.next) == 1) ||
5496 inf_name(&nsecstruct.next, name) == 1)) {
5497 dns_rdata_freestruct(&nsecstruct);
5505 dns_rdata_freestruct(&nsecstruct);

Completed in 2648 milliseconds