Searched refs:kDNSRecordTypeUnique (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h181 #define LocalRecordReady(X) ((X)->resrec.RecordType != kDNSRecordTypeUnique)
H A DmDNS.c680 #define DefaultProbeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDNSu8)0)
706 (X) &kDNSRecordTypeUnique ? DefaultProbeIntervalForTypeUnique : \
801 if (rr->resrec.RecordType == kDNSRecordTypeUnique)
957 // (If the record type is kDNSRecordTypeUnique (unconfirmed unique) then DefaultProbeCountForRecordType is non-zero.)
1063 ((A)->resrec.RecordType | (B)->resrec.RecordType) == (kDNSRecordTypeUnique | kDNSRecordTypeVerified) || \
1286 if (rr->resrec.RecordType == kDNSRecordTypeUnique)
1290 LogMsg("mDNS_Register_internal: ERROR! %##s (%s): rr->DependentOn && RecordType != kDNSRecordTypeUnique",
1294 if (!(rr->DependentOn->resrec.RecordType & (kDNSRecordTypeUnique | kDNSRecordTypeVerified | kDNSRecordTypeKnownUnique)))
1445 if (rr->resrec.RecordType == kDNSRecordTypeUnique) rr->resrec.RecordType = kDNSRecordTypeVerified;
1477 // then indicate that we should move this record promptly to kDNSRecordTypeUnique stat
[all...]
H A DmDNSEmbeddedAPI.h733 kDNSRecordTypeUnique = 0x02, // Will become a kDNSRecordTypeVerified when probing is complete enumerator in enum:__anon44
741 kDNSRecordTypeUniqueMask = (kDNSRecordTypeUnique | kDNSRecordTypeVerified | kDNSRecordTypeKnownUnique),
1531 mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (kDNSRecordTypeUnique)
2645 // If the resource record type is kDNSRecordTypeUnique (or kDNSknownunique) then if a conflicting resource record is discovered,
H A Duds_daemon.c707 (mDNSu8) ((flags & kDNSServiceFlagsShared) ? kDNSRecordTypeShared : kDNSRecordTypeUnique), artype, mDNSNULL, mDNSNULL);
5492 case kDNSRecordTypeUnique: return ("Unique ");
H A DDNSCommon.c2662 mDNS_SetupResourceRecord(&hinfo, mDNSNULL, mDNSInterface_Any, kDNSType_HINFO, 0, kDNSRecordTypeUnique, AuthRecordAny, mDNSNULL, mDNSNULL);

Completed in 137 milliseconds