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

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.h167 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
H A Ddnssec.c226 // Initialize the question enough so that it can be answered from the cache using SameNameRecordAnswersQuestion or
2380 if (SameNameRecordAnswersQuestion(&rr->resrec, &question))
2514 if (SameNameRecordAnswersQuestion(&rr->resrec, &question))
2726 if (SameNameRecordAnswersQuestion(&cr->resrec, &dv->q))
3075 if (SameNameRecordAnswersQuestion(&cr->resrec, &dv->q))
3126 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
H A Ddnsproxy.c251 if (SameNameRecordAnswersQuestion(&cr->resrec, &pc->q))
H A Dnsec.c71 if (SameNameRecordAnswersQuestion(&cr->resrec, q))
H A DmDNS.c2956 SameNameRecordAnswersQuestion(&rr->resrec, q) && // which answers our question
2992 SameNameRecordAnswersQuestion(&rr->resrec, q)) // which answers our question
3056 if (SameNameRecordAnswersQuestion(&cr->resrec, q)) // and answers our browse query,
3230 SameNameRecordAnswersQuestion(&rr->resrec, q) && // which answers our question
4598 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
7287 if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit)
8229 if (SameNameRecordAnswersQuestion(&rr->resrec, qptr))
8834 if (SameNameRecordAnswersQuestion(&rr->resrec, qptr))
11065 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
11936 if (rr->resrec.RecordType != kDNSRecordTypePacketNegative && SameNameRecordAnswersQuestion(
[all...]
H A DDNSCommon.c1764 // SameNameRecordAnswersQuestion is the same, except it skips the expensive SameDomainName() call.
1770 mDNSexport mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q) function
1778 LogMsg("SameNameRecordAnswersQuestion: ERROR!! called with LocalOnly ResourceRecord %p, Question %p", rr->InterfaceID, q->InterfaceID);
1822 if (!SameNameRecordAnswersQuestion(rr, q))
1831 // unicast questions. ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion can't tell whether
1842 // records are handled in ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion
H A DuDNS.c4881 if (SameNameRecordAnswersQuestion(&rr->resrec, q))

Completed in 208 milliseconds