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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnsproxy.c456 if (question->ValidationState == DNSSECValDone && question->ValidationStatus == DNSSEC_Secure)
H A Ddnssec.c2658 q->ValidationState = DNSSECValDone;
H A DmDNSEmbeddedAPI.h1855 // When Validation is done, we mark all "DNSSECValInProgress" questions "DNSSECValDone". If we are answering
1856 // questions from /etc/hosts, then we go straight to DNSSECValDone from the initial state.
1857 typedef enum { DNSSECValNotRequired = 0, DNSSECValRequired, DNSSECValInProgress, DNSSECValDone } DNSSECValState; enumerator in enum:__anon10953
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c3194 if (question->ValidationRequired && question->ValidationState == DNSSECValDone)

Completed in 217 milliseconds