Home
last modified time | relevance | path

Searched defs:DNSRR (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.h55 struct DNSRR : public DNSQuestion { struct
56 DNSRR(const std::string& name, ns_type rrtype, ns_class qclass, int ttl) in DNSRR() function
58 DNSRR(const std::string& name, ns_type rrtype, int ttl) in DNSRR() argument
60 virtual ~DNSRR() {} in ~DNSRR() argument
65 struct DNSAddressRR : public DNSRR { argument
/external/scapy/scapy/layers/
Ddns.py733 class DNSRR(InheritOriginDNSStrPacket): class