Home
last modified time | relevance | path

Searched refs:IsLocalDomain (Results 1 – 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1293 …((R)->resrec.InterfaceID == mDNSInterface_Any && !(R)->ForceMCast && !IsLocalDomain((R)->resrec.na…
1295 …lOnly && (Q)->InterfaceID != mDNSInterface_P2P && !(Q)->ForceMCast && !IsLocalDomain(&(Q)->qname)))
2305 extern mDNSBool IsLocalDomain(const domainname *d); // returns true for domains that by default…
DmDNS.c427 if (!mDNSOpaque16IsZero(q->TargetQID) && IsLocalDomain(&q->qname)) in AnswerQuestionByFollowingCNAME()
824 …| rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestora… in SetTargetToHostName()
4845 …= intf->InterfaceID || (!rr->resrec.InterfaceID && (rr->ForceMCast || IsLocalDomain(rr->resrec.nam… in SendSPSRegistrationForOwner()
7077 if (!InterfaceID && q.qtype != kDNSType_SOA && IsLocalDomain(&q.qname)) in mDNSCoreReceiveResponse()
7409 …ceID == InterfaceID || (!rr->resrec.InterfaceID && (rr->ForceMCast || IsLocalDomain(rr->resrec.nam… in mDNSCoreReceiveUpdateR()
8055 …if (InterfaceID != mDNSInterface_Unicast && IsLocalDomain(qname)) { LogInfo("ShouldSuppressQuery: … in ShouldSuppressQuery()
9108 …if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.… in mDNS_Update()
DDNSCommon.c378 mDNSexport mDNSBool IsLocalDomain(const domainname *d) in IsLocalDomain() function
/external/mdnsresponder/mDNSShared/
Duds_daemon.c924 …if (re->origInterfaceID == mDNSInterface_P2P || (!re->origInterfaceID && IsLocalDomain(&rr->namest… in regrecord_callback()
1004 if (rr->resrec.InterfaceID == mDNSInterface_LocalOnly && !IsLocalDomain(rr->resrec.name) && in handle_regrecord_request()
2380 …if (wasP2P || (!InterfaceID && IsLocalDomain(&fqdn) && (request->flags & kDNSServiceFlagsIncludeP2… in handle_resolve_request()
2721 …if (question->AppendSearchDomains && !question->AppendLocalSearchDomains && IsLocalDomain(&questio… in queryrecord_result_callback()
2761 if (!answer->InterfaceID && IsLocalDomain(answer->name)) in queryrecord_result_callback()