Searched defs:DNSQuestion (Results 1 – 3 of 3) sorted by relevance
45 struct DNSQuestion { struct46 DNSQuestion(const std::string& name, int rrtype, int qclass) in DNSQuestion() argument48 DNSQuestion(const std::string& name, int rrtype) in DNSQuestion() function50 virtual ~DNSQuestion() {} in ~DNSQuestion() argument57 struct DNSRR : public DNSQuestion { argument
52 struct DNSQuestion { struct53 DNSName qname;54 unsigned qtype;55 unsigned qclass;
447 typedef struct DNSQuestion_struct DNSQuestion; typedef