Home
last modified time | relevance | path

Searched refs:kDNSRecordTypeUnique (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.h198 #define LocalRecordReady(X) ((X)->resrec.RecordType != kDNSRecordTypeUnique)
H A DmDNS.c1034 if (rr->resrec.RecordType == kDNSRecordTypeUnique) in SetNextAnnounceProbeTime()
1638 if (rr->resrec.RecordType == kDNSRecordTypeUnique) in mDNS_Register_internal()
1796 … if (rr->resrec.RecordType == kDNSRecordTypeUnique) rr->resrec.RecordType = kDNSRecordTypeVerified; in mDNS_Register_internal()
1831 …if (rr->resrec.RecordType == kDNSRecordTypeUnique && r->resrec.RecordType == kDNSRecordTypeVerifie… in mDNS_Register_internal()
3827 … if (r2->resrec.RecordType == kDNSRecordTypeUnique && RecordIsLocalDuplicate(r2, ar)) in SendQueries()
3857 … if (ar->resrec.RecordType == kDNSRecordTypeUnique && ar->ProbeCount == 0 && !ar->Acknowledged) in SendQueries()
7739 if (rr->resrec.RecordType == kDNSRecordTypeUnique) in ProcessQuery()
9383 rr->resrec.RecordType = kDNSRecordTypeUnique; in mDNSCoreReceiveResponse()
9394 else if (rr->resrec.RecordType == kDNSRecordTypeUnique) in mDNSCoreReceiveResponse()
12643 addrRecordType = set->DirectLink ? kDNSRecordTypeKnownUnique : kDNSRecordTypeUnique; in AdvertiseInterface()
[all …]
H A DmDNSEmbeddedAPI.h771kDNSRecordTypeUnique = 0x02, // Will become a kDNSRecordTypeVerified when probing is co… enumerator
779 …kDNSRecordTypeUniqueMask = (kDNSRecordTypeUnique | kDNSRecordTypeVerified | kDNSRecordTypeKn…
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c654 recordType = (mDNSu8) kDNSRecordTypeUnique; in read_rr_from_ipc_msg()
5570 case kDNSRecordTypeUnique: return ("Unique "); in RecordTypeName()