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

/bind-9.11.3/lib/dns/
H A Dnsec.c202 dns_rdata_nsec_t nsecstruct; local
211 result = dns_rdata_tostruct(nsec, &nsecstruct, NULL);
215 for (i = 0; i < nsecstruct.len; i += len) {
216 INSIST(i + 2 <= nsecstruct.len);
217 window = nsecstruct.typebits[i];
218 len = nsecstruct.typebits[i + 1];
221 INSIST(i + len <= nsecstruct.len);
227 present = ISC_TF(dns_nsec_isset(&nsecstruct.typebits[i],
231 dns_rdata_freestruct(&nsecstruct);
/bind-9.11.3/bin/dig/
H A Ddighost.c6381 dns_rdata_nsec_t nsecstruct; local
6419 ret = dns_rdata_tostruct(&nsec, &nsecstruct, NULL);
6422 if ((inf_name(nsecname, &nsecstruct.next) == 1 &&
6423 inf_name(name, &nsecstruct.next) == 1) ||
6425 inf_name(&nsecstruct.next, name) == 1)) {
6426 dns_rdata_freestruct(&nsecstruct);
6434 dns_rdata_freestruct(&nsecstruct);

Completed in 25 milliseconds