Searched refs:DNSSingleNameRR (Results 1 – 2 of 2) sorted by relevance
/third_party/cares/test/ |
D | dns-proto.h | 90 struct DNSSingleNameRR : public DNSRR { struct 91 DNSSingleNameRR(const std::string& name, ns_type rrtype, int ttl, in DNSSingleNameRR() argument 98 struct DNSCnameRR : public DNSSingleNameRR { argument 100 : DNSSingleNameRR(name, ns_t_cname, ttl, other) {} in DNSCnameRR() 103 struct DNSNsRR : public DNSSingleNameRR { 105 : DNSSingleNameRR(name, ns_t_ns, ttl, other) {} in DNSNsRR() 108 struct DNSPtrRR : public DNSSingleNameRR { 110 : DNSSingleNameRR(name, ns_t_ptr, ttl, other) {} in DNSPtrRR()
|
D | dns-proto.cc | 491 std::vector<byte> DNSSingleNameRR::data() const { in data()
|