Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.h43 struct DNSQuestion { struct
44 DNSQuestion(const std::string& name, ns_type rrtype, ns_class qclass) in DNSQuestion() argument
46 DNSQuestion(const std::string& name, ns_type rrtype) in DNSQuestion() argument
48 virtual ~DNSQuestion() {} in ~DNSQuestion() argument
55 struct DNSRR : public DNSQuestion { argument
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h447 typedef struct DNSQuestion_struct DNSQuestion; typedef