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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c8070 if (q && DNSSECQuestion(q))
8341 if (DNSSECQuestion(qptr))
8377 if (NSECRecords && DNSSECQuestion(qptr))
8410 if (DNSSECQuestion(qptr))
8731 mDNSBool DNSSECQuestion = mDNSfalse; local
8807 if (qptr->qDNSServer && DNSSECQuestion(qptr))
8815 DNSSECQuestion = mDNStrue;
8826 if (unicastQuestion && DNSSECQuestion(unicastQuestion))
8870 if (unicastQuestion && DNSSECQuestion(unicastQuestion))
8963 if (unicastQuestion && DNSSECQuestion(unicastQuestio
[all...]
H A DuDNS.c1302 InitializeDNSMessage(&tcpInfo->request.h, q->TargetQID, (DNSSECQuestion(q) ? DNSSecQFlags : uQueryFlags));
1304 if (DNSSECQuestion(q) && q->qDNSServer && !q->qDNSServer->cellIntf)
4747 InitializeDNSMessage(&m->omsg.h, q->TargetQID, (DNSSECQuestion(q) ? DNSSecQFlags : uQueryFlags));
4752 if (DNSSECQuestion(q) && !q->qDNSServer->cellIntf)
H A Ddnssec.c3149 if (rr->resrec.RecordType == kDNSRecordTypePacketNegative && DNSSECQuestion(q))
H A DmDNSEmbeddedAPI.h1872 #define DNSSECQuestion(q) ((q)->ValidationRequired || (q)->ValidatingResponse || ((q)->ProxyQuestion && (q)->ProxyDNSSECOK)) macro
H A DDNSCommon.c1754 if (rr->rrtype == kDNSType_NSEC && DNSSECQuestion(q))

Completed in 301 milliseconds