OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RRAssertsNonexistence
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h
354
#define MULTICAST_NSEC(rr) ((rr)->rrtype == kDNSType_NSEC &&
RRAssertsNonexistence
((rr), kDNSType_NSEC))
489
extern mDNSBool
RRAssertsNonexistence
(const ResourceRecord *const rr, mDNSu16 type);
DNSCommon.c
2060
mDNSexport mDNSBool
RRAssertsNonexistence
(const ResourceRecord *const rr, mDNSu16 type)
2115
if (MULTICAST_NSEC(rr) &&
RRAssertsNonexistence
(rr, qtype))
mDNS.c
5372
const mDNSBool answersMDNSQuestionNegativelyIndirectly = (q->qtype != kDNSType_NSEC &&
RRAssertsNonexistence
(&rr->resrec, q->qtype));
5453
if (q->qtype != kDNSType_NSEC &&
RRAssertsNonexistence
(&rr->resrec, q->qtype))
Completed in 85 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026