Home
last modified time | relevance | path

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

/external/cronet/net/dns/
Ddns_config.h25 struct NET_EXPORT DnsConfig { struct
32 DnsConfig& operator=(const DnsConfig& other); argument
33 DnsConfig& operator=(DnsConfig&& other); argument
47 bool IsValid() const { in IsValid()
52 std::vector<IPEndPoint> nameservers;
55 bool dns_over_tls_active = false;
56 std::string dns_over_tls_hostname;
60 std::vector<std::string> search;
62 DnsHosts hosts;
66 bool unhandled_options = false;
[all …]
Ddns_config.cc17 DnsConfig::DnsConfig() : DnsConfig(std::vector<IPEndPoint>()) {} in DnsConfig() function in net::DnsConfig
23 DnsConfig::DnsConfig(std::vector<IPEndPoint> nameservers) in DnsConfig() function in net::DnsConfig