Searched defs:DNSSECQuestion (Results 1 - 2 of 2) 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 DmDNSEmbeddedAPI.h1876 #define DNSSECQuestion(q) ((q)->ValidationRequired || (q)->ValidatingResponse || ((q)->ProxyQuestion && (q)->ProxyDNSSECOK)) macro

Completed in 93 milliseconds