Searched refs:LocalOnlyRecordAnswersQuestion (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
H A DmDNS.c504 answered = LocalOnlyRecordAnswersQuestion(rr, q);
539 answered = LocalOnlyRecordAnswersQuestion(rr, q);
3854 // We handle mDNSInterface_Any and scoped questions here. See LocalOnlyRecordAnswersQuestion for more
3859 if (LocalOnlyRecordAnswersQuestion(rr, q))
3887 if (LORecordAnswersAddressType(lr) && LocalOnlyRecordAnswersQuestion(lr, q))
4005 if (LocalOnlyRecordAnswersQuestion(rr, q))
4568 if (LORecordAnswersAddressType(rr) && LocalOnlyRecordAnswersQuestion(rr, q))
8178 if (LORecordAnswersAddressType(rr) && LocalOnlyRecordAnswersQuestion(rr, q))
H A DDNSCommon.c1220 // are handled in LocalOnlyRecordAnswersQuestion
1246 // are handled in LocalOnlyRecordAnswersQuestion
1279 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q) function
1287 LogMsg("LocalOnlyRecordAnswersQuestion: ERROR!! called with regular AuthRecordAny %##s", rr->name->c);
1349 // are handled in LocalOnlyRecordAnswersQuestion

Completed in 78 milliseconds