Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DDNSCommon.h168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
DmDNS.c504 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
539 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()
3859 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerNewQuestion()
3887 if (LORecordAnswersAddressType(lr) && LocalOnlyRecordAnswersQuestion(lr, q)) in AnswerNewQuestion()
4005 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerNewLocalOnlyQuestion()
4568 if (LORecordAnswersAddressType(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in QuestionHasLocalAnswers()
8178 if (LORecordAnswersAddressType(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in LocalRecordRmvEventsForQuestion()
DDNSCommon.c1279 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q) in LocalOnlyRecordAnswersQuestion() function