Home
last modified time | relevance | path

Searched defs:DNSSECVerifier_struct (Results 1 – 1 of 1) sorted by relevance

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Ddnssec.h91 struct DNSSECVerifier_struct struct
93 domainname origName; // Original question name that needs verification
94 mDNSu16 origType; // Original question type corresponding to origName
95 mDNSu16 currQtype; // Current question type that is being verified
96 mDNSInterfaceID InterfaceID; // InterfaceID of the question
97 DNSQuestion q;
98 mDNSu8 recursed; // Number of times recursed during validation
99 mDNSu8 ValidationRequired; // Copy of the question's ValidationRequired status
100 mDNSu8 InsecureProofDone;
101 …Su8 NumPackets; // Number of packets that we send on the wire for DNSSEC verification.
[all …]