Home
last modified time | relevance | path

Searched refs:kDNSRecordTypeUniqueMask (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c998 if (!(authrr->resrec.RecordType & kDNSRecordTypeUniqueMask) || authrr->WakeUp.HMAC.l[0]) in PacketRRMatchesSignature()
1777 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in mDNS_Register_internal()
2200 if (additional->resrec.RecordType & kDNSRecordTypeUniqueMask) in AddRRSetAdditionalsToResponseList()
2207 (rr2->resrec.RecordType & kDNSRecordTypeUniqueMask) && in AddRRSetAdditionalsToResponseList()
2319 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in SendDelayedUnicastResponse()
2341 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in SendDelayedUnicastResponse()
2849 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in SendResponses()
2958 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in SendResponses()
3018 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in SendResponses()
6316 if (rr->resrec.RecordType & kDNSRecordTypeUniqueMask) in SendSPSRegistrationForOwner()
[all …]
H A DmDNSEmbeddedAPI.h779kDNSRecordTypeUniqueMask = (kDNSRecordTypeUnique | kDNSRecordTypeVerified | kDNSRecordTypeKn… enumerator