OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDNSInterface_P2P
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c
1026
if (index == kDNSServiceInterfaceIndexP2P ) return(
mDNSInterface_P2P
);
1041
if (id ==
mDNSInterface_P2P
) return(kDNSServiceInterfaceIndexP2P);
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
1569
((Q)->InterfaceID != mDNSInterface_LocalOnly && (Q)->InterfaceID !=
mDNSInterface_P2P
&& (Q)->InterfaceID != mDNSInterface_BLE && !(Q)->ForceMCast && !IsLocalDomain(&(Q)->qname)))
2435
DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly or
mDNSInterface_P2P
2609
extern const mDNSInterfaceID
mDNSInterface_P2P
; // Special value
2613
#define LocalOnlyOrP2PInterface(INTERFACE) (((INTERFACE) == mDNSInterface_LocalOnly) || ((INTERFACE) ==
mDNSInterface_P2P
) || ((INTERFACE) == mDNSInterface_BLE))
DNSCommon.c
66
mDNSexport const mDNSInterfaceID
mDNSInterface_P2P
= (mDNSInterfaceID)-3;
1739
else if (InterfaceID ==
mDNSInterface_P2P
&& artype != AuthRecordP2P)
mDNS.c
952
// 2. If the AuthRecord is marked mDNSInterface_LocalOnly or
mDNSInterface_P2P
, then it also runs though
1729
if (rr->resrec.InterfaceID == mDNSInterface_Any || rr->resrec.InterfaceID ==
mDNSInterface_P2P
)
17222
else if (InterfaceID ==
mDNSInterface_P2P
|| InterfaceID == mDNSInterface_BLE)
17616
else if (InterfaceID ==
mDNSInterface_P2P
|| InterfaceID == mDNSInterface_BLE)
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
359
q->InterfaceID ==
mDNSInterface_P2P
? "p2p" :
386
ar->resrec.InterfaceID ==
mDNSInterface_P2P
? "p2p" :
1021
else if (InterfaceID ==
mDNSInterface_P2P
|| InterfaceID == mDNSInterface_BLE)
1703
if (rr->resrec.InterfaceID ==
mDNSInterface_P2P
)
3860
if (answer->InterfaceID == mDNSInterface_BLE || answer->InterfaceID ==
mDNSInterface_P2P
Completed in 48 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026