Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.h45 struct DNSQuestion { struct
46 DNSQuestion(const std::string& name, int rrtype, int qclass) in DNSQuestion() argument
48 DNSQuestion(const std::string& name, int rrtype) in DNSQuestion() function
50 virtual ~DNSQuestion() {} in ~DNSQuestion() argument
57 struct DNSRR : public DNSQuestion { argument
/aosp_15_r20/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.h52 struct DNSQuestion { struct
53 DNSName qname;
54 unsigned qtype;
55 unsigned qclass;
/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h447 typedef struct DNSQuestion_struct DNSQuestion; typedef