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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1859 // When Validation is done, we mark all "DNSSECValInProgress" questions "DNSSECValDone". If we are answering
1860 // questions from /etc/hosts, then we go straight to DNSSECValDone from the initial state.
1861 typedef enum { DNSSECValNotRequired = 0, DNSSECValRequired, DNSSECValInProgress, DNSSECValDone } DNSSECValState; enumerator in enum:__anon80
H A Duds_daemon.c3290 if (question->ValidationRequired && question->ValidationState == DNSSECValDone)

Completed in 98 milliseconds