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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Dnsec3.c192 if (cr->resrec.rrtype == kDNSType_NSEC3)
258 if (cr->resrec.rrtype != kDNSType_NSEC3)
706 if (cr->resrec.rrtype != kDNSType_NSEC3)
H A Dnsec.c247 if (cr->resrec.rrtype != kDNSType_NSEC && cr->resrec.rrtype != kDNSType_NSEC3 &&
258 if (tc != kDNSType_NSEC && tc != kDNSType_NSEC3 && tc != kDNSType_SOA)
268 else if (cr->resrec.rrtype == kDNSType_NSEC3)
562 else if ((*rp)->resrec.rrtype == kDNSType_NSEC3)
H A Ddnssec.c1677 case kDNSType_NSEC3: // 50 Hashed Authenticated Denial of Existence
2423 if (ncr->resrec.rrtype == kDNSType_NSEC || ncr->resrec.rrtype == kDNSType_NSEC3)
2955 if (rv->rrtype == kDNSType_NSEC || rv->rrtype == kDNSType_NSEC3)
2973 if (ncr->resrec.rrtype != kDNSType_NSEC && ncr->resrec.rrtype != kDNSType_NSEC3)
2979 if ((rv->rrtype == kDNSType_NSEC || rv->rrtype == kDNSType_NSEC3) && rv->rdlength == ncr->resrec.rdlength &&
3009 if (rv->rrtype == kDNSType_NSEC || rv->rrtype == kDNSType_NSEC3)
3773 if (ac->rrset->rrtype != kDNSType_DS && ac->rrset->rrtype != kDNSType_NSEC && ac->rrset->rrtype != kDNSType_NSEC3)
3809 else if (ac->rrset->rrtype == kDNSType_NSEC || ac->rrset->rrtype == kDNSType_NSEC3)
H A Danonymous.c102 rr->rrtype = kDNSType_NSEC3;
H A DDNSCommon.c189 case kDNSType_NSEC3: return("NSEC3");
457 case kDNSType_NSEC3: {
3268 case kDNSType_NSEC3:
H A DmDNSEmbeddedAPI.h222 kDNSType_NSEC3, // 50 Hashed Authenticated Denial of Existence enumerator in enum:__anon10897
897 ((rrtype) == kDNSType_NSEC3))
H A DmDNS.c8098 else if (typeCovered == kDNSType_NSEC || typeCovered == kDNSType_NSEC3)
8129 else if (rr->rrtype == kDNSType_NSEC3)
8651 if (!ptr || m->rec.r.resrec.RecordType == kDNSRecordTypePacketNegative || m->rec.r.resrec.rrtype != kDNSType_NSEC3)
8904 if (mDNSOpaque16IsZero(response->h.id) && m->rec.r.resrec.rrtype == kDNSType_NSEC3)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DNetMonitor.c728 if (pkt.r.resrec.rrtype != kDNSType_NSEC3)

Completed in 422 milliseconds