Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DDNSCommon.h360 extern mDNSBool AuthRecordAnswersQuestion(const AuthRecord *const ar, const DNSQuestion *const q);
DDNSCommon.c2261 mDNSexport mDNSBool AuthRecordAnswersQuestion(const AuthRecord *const ar, const DNSQuestion *const … in AuthRecordAnswersQuestion() function
DmDNS.c937 answered = AuthRecordAnswersQuestion(ar, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
974 answered = AuthRecordAnswersQuestion(ar, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()
6343 if (AuthRecordAnswersQuestion(ar, q)) in AnswerNewLocalOnlyQuestion()