Home
last modified time | relevance | path

Searched refs:mDNSInterface_Unicast (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1294 #define Question_uDNS(Q) ((Q)->InterfaceID == mDNSInterface_Unicast || \
1981 extern const mDNSInterfaceID mDNSInterface_Unicast; // Special value
DmDNS.c431 q->InterfaceID = mDNSInterface_Unicast; in AnswerQuestionByFollowingCNAME()
7860 …if ((!curr->scoped && (!question->InterfaceID || (question->InterfaceID == mDNSInterface_Unicast))… in SetValidDNSServers()
7972 if ((InterfaceID == mDNSInterface_Unicast) || (InterfaceID == mDNSInterface_LocalOnly)) in GetServerForName()
8001 if ((InterfaceID == mDNSInterface_Unicast) || (InterfaceID == mDNSInterface_LocalOnly)) in GetServerForQuestion()
8055 …if (InterfaceID != mDNSInterface_Unicast && IsLocalDomain(qname)) { LogInfo("ShouldSuppressQuery: … in ShouldSuppressQuery()
8071 (InterfaceID == mDNSInterface_Unicast) || (i->InterfaceID == InterfaceID)) in ShouldSuppressQuery()
8360 …nterfaceID != mDNSInterface_LocalOnly && question->InterfaceID != mDNSInterface_Unicast && questio… in mDNS_StartQuery_internal()
DDNSCommon.c41 mDNSexport const mDNSInterfaceID mDNSInterface_Unicast = (mDNSInterfaceID)-3; variable
1299 …erfaceID && q->InterfaceID != mDNSInterface_LocalOnly && q->InterfaceID != mDNSInterface_Unicast && in LocalOnlyRecordAnswersQuestion()
DuDNS.c4908 if (((InterfaceID == mDNSInterface_Unicast) && (p->InterfaceID == mDNSInterface_Any)) || in uDNS_GetNextSearchDomain()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c2538 q2->InterfaceID = mDNSInterface_Unicast; in SendAdditionalQuery()
2687 question->InterfaceID = mDNSInterface_Unicast; in queryrecord_result_callback()
2712 if (q && AddRecord && (question->InterfaceID == mDNSInterface_Unicast) && !answer->rdlength) in queryrecord_result_callback()