Searched refs:SameNameRecordAnswersQuestion (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h164 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
H A DmDNS.c2589 SameNameRecordAnswersQuestion(&rr->resrec, q) && // which answers our question
2625 SameNameRecordAnswersQuestion(&rr->resrec, q)) // which answers our question
2686 if (SameNameRecordAnswersQuestion(&cr->resrec, q)) // and answers our browse query,
2823 SameNameRecordAnswersQuestion(&rr->resrec, q) && // which answers our question
3439 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
3905 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
5881 if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit)
6553 if (SameNameRecordAnswersQuestion(&rr->resrec, qptr))
7060 if (SameNameRecordAnswersQuestion(&rr->resrec, qptr))
8113 if (SameNameRecordAnswersQuestion(
[all...]
H A DDNSCommon.c1211 // SameNameRecordAnswersQuestion is the same, except it skips the expensive SameDomainName() call.
1217 mDNSexport mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q) function
1223 LogMsg("SameNameRecordAnswersQuestion: ERROR!! called with LocalOnly ResourceRecord %p, Question %p", rr->InterfaceID, q->InterfaceID);
1273 // unicast questions. ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion can't tell whether
1284 // records are handled in ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion
H A DuDNS.c4309 if (SameNameRecordAnswersQuestion(&rr->resrec, q)) mDNS_PurgeCacheResourceRecord(m, rr);

Completed in 56 milliseconds