Searched defs:DNSSECVerifier_struct (Results 1 – 1 of 1) sorted by relevance
91 struct DNSSECVerifier_struct struct93 domainname origName; // Original question name that needs verification94 mDNSu16 origType; // Original question type corresponding to origName95 mDNSu16 currQtype; // Current question type that is being verified96 mDNSInterfaceID InterfaceID; // InterfaceID of the question97 DNSQuestion q;98 mDNSu8 recursed; // Number of times recursed during validation99 mDNSu8 ValidationRequired; // Copy of the question's ValidationRequired status100 mDNSu8 InsecureProofDone;101 …Su8 NumPackets; // Number of packets that we send on the wire for DNSSEC verification.[all …]