Searched defs:DNSQuestion (Results 1 – 2 of 2) sorted by relevance
43 struct DNSQuestion { struct44 DNSQuestion(const std::string& name, ns_type rrtype, ns_class qclass) in DNSQuestion() function46 DNSQuestion(const std::string& name, ns_type rrtype) in DNSQuestion() function48 virtual ~DNSQuestion() {} in ~DNSQuestion() argument55 struct DNSRR : public DNSQuestion { argument
447 typedef struct DNSQuestion_struct DNSQuestion; typedef