Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.h186 extern mDNSBool AnyTypeRecordAnswersQuestion (const AuthRecord *const ar, const DNSQuestion *const …
H A DDNSCommon.c1668 mDNSexport mDNSBool AnyTypeRecordAnswersQuestion(const AuthRecord *const ar, const DNSQuestion *con… in AnyTypeRecordAnswersQuestion() function
H A DmDNS.c7734 …if (AnyTypeRecordAnswersQuestion(rr, &pktq) && (QueryWasMulticast || QueryWasLocalUnicast || rr->A… in ProcessQuery()