Searched refs:LocalOnlyRecordAnswersQuestion (Results 1 – 3 of 3) sorted by relevance
188 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
816 answered = LocalOnlyRecordAnswersQuestion(ar, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()851 answered = LocalOnlyRecordAnswersQuestion(ar, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()4889 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerQuestionWithLORecord()4929 if (UniqueLocalOnlyRecord(lr) && LocalOnlyRecordAnswersQuestion(lr, q)) in AnswerQuestionWithLORecord()5160 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerNewLocalOnlyQuestion()5787 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in QuestionHasLocalAnswers()11490 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in LocalRecordRmvEventsForQuestion()
1602 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q) in LocalOnlyRecordAnswersQuestion() function