Searched refs:DNSSECQuestion (Results 1 – 4 of 4) sorted by relevance
8100 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() local8837 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 …]
1303 …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()
1879 #define DNSSECQuestion(q) ((q)->ValidationRequired || (q)->ValidatingResponse || ((q)->ProxyQuestio… macro
1759 if (rr->rrtype == kDNSType_NSEC && DNSSECQuestion(q)) in DNSSECRecordAnswersQuestion()