Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.h184 extern mDNSBool AuthRecordAnswersQuestion(const AuthRecord *const ar, const DNSQuestion *const q);
H A DDNSCommon.c1583 mDNSexport mDNSBool AuthRecordAnswersQuestion(const AuthRecord *const ar, const DNSQuestion *const … in AuthRecordAnswersQuestion() function
H A DmDNS.c814 answered = AuthRecordAnswersQuestion(ar, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
849 answered = AuthRecordAnswersQuestion(ar, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()
5177 if (AuthRecordAnswersQuestion(ar, q)) in AnswerNewLocalOnlyQuestion()