Searched refs:LocalOnlyRecordAnswersQuestion (Results 1 – 3 of 3) sorted by relevance
168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
504 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()
1279 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q) in LocalOnlyRecordAnswersQuestion() function