Lines Matching refs:nsec
38 #include <dns/nsec.h>
959 dns_rdata_nsec_t nsec;
1010 "covering nsec: trust %s",
1023 "covering nsec: for parent");
1027 result = dns_rdata_tostruct(&rdata, &nsec, NULL);
1030 if (dns_name_compare(foundname, &nsec.next) >= 0) {
1032 if (!dns_name_issubdomain(name, &nsec.next)) {
1035 * at nsec.next and if found retest with
1038 dns_rdata_freestruct(&nsec);
1040 "covering nsec: not in zone");
1043 } else if (dns_name_compare(name, &nsec.next) >= 0) {
1051 dns_rdata_freestruct(&nsec);
1053 "covering nsec: not in range");
1059 dns_name_format(&nsec.next, buf3, sizeof buf3);
1061 "covering nsec found: '%s' '%s' '%s'",
1068 dns_rdata_freestruct(&nsec);
2631 dns_rdata_t nsec = DNS_RDATA_INIT;
2639 dns_rdataset_current(rdataset, &nsec);
2640 if (dns_nsec_typepresent(&nsec,
2711 dns_rdata_t nsec = DNS_RDATA_INIT;
2719 dns_rdataset_current(rdataset, &nsec);
2720 if (dns_nsec_typepresent(&nsec,