Home
last modified time | relevance | path

Searched refs:DNSSECQuestion (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c8100 if (q && DNSSECQuestion(q)) in IsResponseAcceptable()
8371 if (DNSSECQuestion(qptr)) in mDNSCoreReceiveNoUnicastAnswers()
8407 if (NSECRecords && DNSSECQuestion(qptr)) in mDNSCoreReceiveNoUnicastAnswers()
8440 if (DNSSECQuestion(qptr)) in mDNSCoreReceiveNoUnicastAnswers()
8761 mDNSBool DNSSECQuestion = mDNSfalse; in mDNSCoreReceiveResponse() local
8837 if (qptr->qDNSServer && DNSSECQuestion(qptr)) in mDNSCoreReceiveResponse()
8845 DNSSECQuestion = mDNStrue; in mDNSCoreReceiveResponse()
8856 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
8900 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
8993 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
[all …]
H A DuDNS.c1303 …InitializeDNSMessage(&tcpInfo->request.h, q->TargetQID, (DNSSECQuestion(q) ? DNSSecQFlags : uQuery… in tcpCallback()
1305 if (DNSSECQuestion(q) && q->qDNSServer && !q->qDNSServer->cellIntf) in tcpCallback()
4767 … InitializeDNSMessage(&m->omsg.h, q->TargetQID, (DNSSECQuestion(q) ? DNSSecQFlags : uQueryFlags)); in uDNS_CheckCurrentQuestion()
4772 if (DNSSECQuestion(q) && !q->qDNSServer->cellIntf) in uDNS_CheckCurrentQuestion()
H A DmDNSEmbeddedAPI.h1879 #define DNSSECQuestion(q) ((q)->ValidationRequired || (q)->ValidatingResponse || ((q)->ProxyQuestio… macro
H A DDNSCommon.c1759 if (rr->rrtype == kDNSType_NSEC && DNSSECQuestion(q)) in DNSSECRecordAnswersQuestion()