OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDNSRecordTypeVerified
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
815
kDNSRecordTypeUnique = 0x02, // Will become a
kDNSRecordTypeVerified
when probing is complete
820
kDNSRecordTypeVerified
= 0x10, // Unique means mDNS should check that name is unique (and then send immediate responses)
823
kDNSRecordTypeUniqueMask = (kDNSRecordTypeUnique |
kDNSRecordTypeVerified
| kDNSRecordTypeKnownUnique),
825
kDNSRecordTypeActiveUniqueMask = (
kDNSRecordTypeVerified
| kDNSRecordTypeKnownUnique),
mDNS.c
1449
((A)->resrec.RecordType | (B)->resrec.RecordType) == (kDNSRecordTypeUnique |
kDNSRecordTypeVerified
) || \
1779
rr->resrec.RecordType =
kDNSRecordTypeVerified
;
1787
if (!(rr->DependentOn->resrec.RecordType & (kDNSRecordTypeUnique |
kDNSRecordTypeVerified
| kDNSRecordTypeKnownUnique)))
1944
if (rr->resrec.RecordType == kDNSRecordTypeUnique) rr->resrec.RecordType =
kDNSRecordTypeVerified
;
1982
//
kDNSRecordTypeVerified
state and call the client callback at the next appropriate time.
1983
if (rr->resrec.RecordType == kDNSRecordTypeUnique && r->resrec.RecordType ==
kDNSRecordTypeVerified
)
2001
if (rr->resrec.RecordType == kDNSRecordTypeUnique) rr->resrec.RecordType =
kDNSRecordTypeVerified
;
4645
ar->resrec.RecordType =
kDNSRecordTypeVerified
;
7245
if (rr->resrec.RecordType ==
kDNSRecordTypeVerified
&& !rr->DependentOn) rr->resrec.RecordType = kDNSRecordTypeUnique;
12158
if (rr->resrec.RecordType ==
kDNSRecordTypeVerified
)
[
all
...]
uDNS.c
2954
if (rr->resrec.RecordType == kDNSRecordTypeKnownUnique || rr->resrec.RecordType ==
kDNSRecordTypeVerified
)
3176
if (rr->resrec.RecordType == kDNSRecordTypeKnownUnique || rr->resrec.RecordType ==
kDNSRecordTypeVerified
)
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
7267
case
kDNSRecordTypeVerified
: return ("Verified ");
Completed in 105 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026