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

/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DDNSCommon.h170 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
H A Ddnssec.c228 // Initialize the question enough so that it can be answered from the cache using SameNameRecordAnswersQuestion or
2371 if (SameNameRecordAnswersQuestion(&rr->resrec, &question))
2499 if (SameNameRecordAnswersQuestion(&rr->resrec, &question))
2712 if (SameNameRecordAnswersQuestion(&cr->resrec, &dv->q))
3060 if (SameNameRecordAnswersQuestion(&cr->resrec, &dv->q))
3110 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
H A Ddnsproxy.c248 if (SameNameRecordAnswersQuestion(&cr->resrec, &pc->q))
H A Dnsec.c69 if (SameNameRecordAnswersQuestion(&cr->resrec, q))
H A DmDNS.c3166 SameNameRecordAnswersQuestion(&rr->resrec, q) && // which answers our question
3202 SameNameRecordAnswersQuestion(&rr->resrec, q)) // which answers our question
3266 if (SameNameRecordAnswersQuestion(&cr->resrec, q)) // and answers our browse query,
3436 SameNameRecordAnswersQuestion(&rr->resrec, q) && // which answers our question
4933 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
7670 if (SameNameRecordAnswersQuestion(&cr->resrec, &pktq) && cr->resrec.rdlength <= SmallRecordLimit)
8435 if (SameNameRecordAnswersQuestion(&rr->resrec, qptr))
9021 if (SameNameRecordAnswersQuestion(&rr->resrec, qptr))
11377 if (SameNameRecordAnswersQuestion(&rr->resrec, q))
12343 if (rr->resrec.RecordType != kDNSRecordTypePacketNegative && SameNameRecordAnswersQuestion(
[all...]
H A DDNSCommon.c1766 // SameNameRecordAnswersQuestion is the same, except it skips the expensive SameDomainName() call.
1772 mDNSexport mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q) function
1780 LogMsg("SameNameRecordAnswersQuestion: ERROR!! called with LocalOnly ResourceRecord %p, Question %p", rr->InterfaceID, q->InterfaceID);
1824 if (!SameNameRecordAnswersQuestion(rr, q))
1833 // unicast questions. ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion can't tell whether
1844 // records are handled in ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion
H A DuDNS.c4921 if (SameNameRecordAnswersQuestion(&rr->resrec, q))

Completed in 375 milliseconds