OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDNSRecordTypeUnique
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h
403
#define LocalRecordReady(X) ((X)->resrec.RecordType !=
kDNSRecordTypeUnique
)
mDNS.c
1029
#define DefaultProbeCountForRecordType(X) ((X) ==
kDNSRecordTypeUnique
? DefaultProbeCountForTypeUnique : (mDNSu8)0)
1060
(X) &
kDNSRecordTypeUnique
? DefaultProbeIntervalForTypeUnique : \
1156
if (rr->resrec.RecordType ==
kDNSRecordTypeUnique
)
1341
// (If the record type is
kDNSRecordTypeUnique
(unconfirmed unique) then DefaultProbeCountForRecordType is non-zero.)
1449
((A)->resrec.RecordType | (B)->resrec.RecordType) == (
kDNSRecordTypeUnique
| kDNSRecordTypeVerified) || \
1778
if (rr->resrec.RecordType ==
kDNSRecordTypeUnique
)
1783
"): rr->DependentOn && RecordType !=
kDNSRecordTypeUnique
or kDNSRecordTypeKnownUnique",
1787
if (!(rr->DependentOn->resrec.RecordType & (
kDNSRecordTypeUnique
| kDNSRecordTypeVerified | kDNSRecordTypeKnownUnique)))
1944
if (rr->resrec.RecordType ==
kDNSRecordTypeUnique
) rr->resrec.RecordType = kDNSRecordTypeVerified;
1980
// then indicate that we should move this record promptly to
kDNSRecordTypeUnique
state
[
all
...]
mDNSEmbeddedAPI.h
815
kDNSRecordTypeUnique
= 0x02, // Will become a kDNSRecordTypeVerified when probing is complete
823
kDNSRecordTypeUniqueMask = (
kDNSRecordTypeUnique
| kDNSRecordTypeVerified | kDNSRecordTypeKnownUnique),
1486
mDNSu8 ProbeCount; // Number of probes remaining before this record is valid (
kDNSRecordTypeUnique
)
2771
// If the resource record type is
kDNSRecordTypeUnique
(or kDNSknownunique) then if a conflicting resource record is discovered,
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
1038
recordType = (mDNSu8)
kDNSRecordTypeUnique
;
1863
mDNS_SetupResourceRecord(ar, mDNSNULL, rr->resrec.InterfaceID, kDNSType_OPT, kHostNameTTL,
kDNSRecordTypeUnique
, AuthRecordAny, mDNSNULL, mDNSNULL);
7264
case
kDNSRecordTypeUnique
: return ("Unique ");
Completed in 102 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026