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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c8098 if (q && DNSSECQuestion(q))
8369 if (DNSSECQuestion(qptr))
8405 if (NSECRecords && DNSSECQuestion(qptr))
8438 if (DNSSECQuestion(qptr))
8741 mDNSBool DNSSECQuestion = mDNSfalse; local
8816 if (qptr->qDNSServer && DNSSECQuestion(qptr))
8824 DNSSECQuestion = mDNStrue;
8835 if (unicastQuestion && DNSSECQuestion(unicastQuestion))
8879 if (unicastQuestion && DNSSECQuestion(unicastQuestion))
8972 if (unicastQuestion && DNSSECQuestion(unicastQuestio
[all...]
H A DuDNS.c1317 InitializeDNSMessage(&tcpInfo->request.h, q->TargetQID, (DNSSECQuestion(q) ? DNSSecQFlags : uQueryFlags));
1319 if (DNSSECQuestion(q) && q->qDNSServer && !q->qDNSServer->cellIntf)
4792 InitializeDNSMessage(&m->omsg.h, q->TargetQID, (DNSSECQuestion(q) ? DNSSecQFlags : uQueryFlags));
4797 if (DNSSECQuestion(q) && !q->qDNSServer->cellIntf)
H A DmDNSEmbeddedAPI.h1876 #define DNSSECQuestion(q) ((q)->ValidationRequired || (q)->ValidatingResponse || ((q)->ProxyQuestion && (q)->ProxyDNSSECOK)) macro
H A DDNSCommon.c1760 if (rr->rrtype == kDNSType_NSEC && DNSSECQuestion(q))

Completed in 189 milliseconds