Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1201 AuthRecType ARType; // LocalOnly, P2P or Normal ? member
1286 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
1288 #define RRAny(rr) ((rr)->ARType == AuthRecordAny || (rr)->ARType == AuthRecordAnyIncludeP2P)
DmDNS.c117 #define LORecordAnswersAddressType(rr) ((rr)->ARType == AuthRecordLocalOnly && \
549 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord()
824 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName()
1046 rr->ARType = AuthRecordLocalOnly; in mDNS_Register_internal()
1051 …if (intf && !intf->Advertise){ rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = Auth… in mDNS_Register_internal()
1106 if (rr->resrec.InterfaceID && rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in mDNS_Register_internal()
2454 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in SendResponses()
3224 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P) in SendQueries()
3858 …if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInt… in AnswerNewQuestion()
9108 …if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.… in mDNS_Update()
DDNSCommon.c1059 rr->ARType = artype; in mDNS_SetupResourceRecord()
1337 …if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) ret… in LocalOnlyRecordAnswersQuestion()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4225 if (ar->ARType == AuthRecordLocalOnly) in LogEtcHosts()
4259 if (ar->ARType == AuthRecordLocalOnly) in LogLocalOnlyAuthRecords()
4261 else if (ar->ARType == AuthRecordP2P) in LogLocalOnlyAuthRecords()
4298 else if (ar->ARType == AuthRecordLocalOnly) in LogAuthRecords()
4300 else if (ar->ARType == AuthRecordP2P) in LogAuthRecords()