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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c110 rr->rrtype = kDNSType_NSEC3;
H A DDNSCommon.c189 case kDNSType_NSEC3: return("NSEC3");
460 case kDNSType_NSEC3: {
3276 case kDNSType_NSEC3:
H A DmDNSEmbeddedAPI.h220 kDNSType_NSEC3, // 50 Hashed Authenticated Denial of Existence enumerator in enum:__anon24
899 ((rrtype) == kDNSType_NSEC3))
H A DmDNS.c8126 else if (typeCovered == kDNSType_NSEC || typeCovered == kDNSType_NSEC3)
8157 else if (rr->rrtype == kDNSType_NSEC3)
8680 if (!ptr || m->rec.r.resrec.RecordType == kDNSRecordTypePacketNegative || m->rec.r.resrec.rrtype != kDNSType_NSEC3)
8913 if (mDNSOpaque16IsZero(response->h.id) && m->rec.r.resrec.rrtype == kDNSType_NSEC3)

Completed in 147 milliseconds