HomeSort by: relevance | last modified time | path
    Searched refs:LocalOnlyRecordAnswersQuestion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h 364 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
mDNS.c 381 // the question on the wire if LocalOnlyRecordAnswersQuestion() also returns true.
939 answered = LocalOnlyRecordAnswersQuestion(ar, q);
976 answered = LocalOnlyRecordAnswersQuestion(ar, q);
5992 // We handle mDNSInterface_Any and scoped questions here. See LocalOnlyRecordAnswersQuestion for more
5997 if (LocalOnlyRecordAnswersQuestion(rr, q))
6037 if (UniqueLocalOnlyRecord(lr) && LocalOnlyRecordAnswersQuestion(lr, q))
6326 if (LocalOnlyRecordAnswersQuestion(rr, q))
7058 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q))
14631 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q))
DNSCommon.c 2160 // are handled in LocalOnlyRecordAnswersQuestion
2280 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q)
2288 LogMsg("LocalOnlyRecordAnswersQuestion: ERROR!! called with regular AuthRecordAny %##s", rr->name->c);
2364 // are handled in LocalOnlyRecordAnswersQuestion

Completed in 33 milliseconds