Searched defs:DNSRR (Results 1 – 2 of 2) sorted by relevance
55 struct DNSRR : public DNSQuestion { struct56 DNSRR(const std::string& name, ns_type rrtype, ns_class qclass, int ttl) in DNSRR() function58 DNSRR(const std::string& name, ns_type rrtype, int ttl) in DNSRR() argument60 virtual ~DNSRR() {} in ~DNSRR() argument65 struct DNSAddressRR : public DNSRR { argument
733 class DNSRR(InheritOriginDNSStrPacket): class