Searched refs:AuthRecordLocalOnly (Results 1 – 5 of 5) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 117 #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 …->Advertise){ rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalOnly; } 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() [all …]
|
D | mDNSEmbeddedAPI.h | 1182 AuthRecordLocalOnly, enumerator 1297 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
|
D | DNSCommon.c | 1001 if (InterfaceID == mDNSInterface_LocalOnly && artype != AuthRecordLocalOnly) in mDNS_SetupResourceRecord() 1011 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly)) in mDNS_SetupResourceRecord() 1337 …if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) ret… in LocalOnlyRecordAnswersQuestion()
|
D | uDNS.c | 4722 …mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElem… in FoundDomain()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 521 artype = AuthRecordLocalOnly; in read_rr_from_ipc_msg() 1911 …mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElem… in RegisterLocalOnlyDomainEnumPTR() 4227 if (ar->ARType == AuthRecordLocalOnly) in LogEtcHosts() 4261 if (ar->ARType == AuthRecordLocalOnly) in LogLocalOnlyAuthRecords() 4300 else if (ar->ARType == AuthRecordLocalOnly) in LogAuthRecords()
|