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

/external/mdnsresponder/mDNSPosix/
H A DProxyResponder.c72 mDNS_SetupResourceRecord(&p->RR_A, mDNSNULL, mDNSInterface_Any, kDNSType_A, 60, kDNSRecordTypeUnique, AuthRecordAny, HostNameCallback, p);
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h177 #define LocalRecordReady(X) ((X)->resrec.RecordType != kDNSRecordTypeUnique)
H A DmDNS.c572 #define DefaultProbeCountForRecordType(X) ((X) == kDNSRecordTypeUnique ? DefaultProbeCountForTypeUnique : (mDNSu8)0)
594 (X) & kDNSRecordTypeUnique ? DefaultProbeIntervalForTypeUnique : \
677 if (rr->resrec.RecordType == kDNSRecordTypeUnique)
841 // (If the record type is kDNSRecordTypeUnique (unconfirmed unique) then DefaultProbeCountForRecordType is non-zero.)
945 ((A)->resrec.RecordType | (B)->resrec.RecordType) == (kDNSRecordTypeUnique | kDNSRecordTypeVerified) || \
1087 if (rr->resrec.RecordType == kDNSRecordTypeUnique)
1091 LogMsg("mDNS_Register_internal: ERROR! %##s (%s): rr->DependentOn && RecordType != kDNSRecordTypeUnique",
1095 if (!(rr->DependentOn->resrec.RecordType & (kDNSRecordTypeUnique | kDNSRecordTypeVerified | kDNSRecordTypeKnownUnique)))
1256 if (rr->resrec.RecordType == kDNSRecordTypeUnique) rr->resrec.RecordType = kDNSRecordTypeVerified;
1286 // then indicate that we should move this record promptly to kDNSRecordTypeUnique stat
[all...]
H A DmDNSEmbeddedAPI.h686 kDNSRecordTypeUnique = 0x02, // Will become a kDNSRecordTypeVerified when probing is complete enumerator in enum:__anon26793
694 kDNSRecordTypeUniqueMask = (kDNSRecordTypeUnique | kDNSRecordTypeVerified | kDNSRecordTypeKnownUnique),
1205 mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (kDNSRecordTypeUnique)
2103 // If the resource record type is kDNSRecordTypeUnique (or kDNSknownunique) then if a conflicting resource record is discovered,
H A DDNSCommon.c1985 mDNS_SetupResourceRecord(&hinfo, mDNSNULL, mDNSInterface_Any, kDNSType_HINFO, 0, kDNSRecordTypeUnique, AuthRecordAny, mDNSNULL, mDNSNULL);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c530 (mDNSu8) ((flags & kDNSServiceFlagsShared) ? kDNSRecordTypeShared : kDNSRecordTypeUnique), artype, mDNSNULL, mDNSNULL);
4195 case kDNSRecordTypeUnique: return ("Unique ");
H A Ddnsextd.c888 mDNS_SetupResourceRecord(&rr, NULL, 0, kDNSType_SRV, SRV_TTL, kDNSRecordTypeUnique, AuthRecordAny, NULL, NULL);

Completed in 793 milliseconds