Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h171 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
H A DmDNS.c604 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
639 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()
4459 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerQuestionWithLORecord()
4499 if (UniqueLocalOnlyRecord(lr) && LocalOnlyRecordAnswersQuestion(lr, q)) in AnswerQuestionWithLORecord()
4709 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerNewLocalOnlyQuestion()
5302 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in QuestionHasLocalAnswers()
11146 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in LocalRecordRmvEventsForQuestion()
H A DDNSCommon.c1842 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q) in LocalOnlyRecordAnswersQuestion() function