Searched defs:DnsConfig (Results 1 – 2 of 2) sorted by relevance
25 struct NET_EXPORT DnsConfig { struct32 DnsConfig& operator=(const DnsConfig& other); argument33 DnsConfig& operator=(DnsConfig&& other); argument47 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 …]
17 DnsConfig::DnsConfig() : DnsConfig(std::vector<IPEndPoint>()) {} in DnsConfig() function in net::DnsConfig23 DnsConfig::DnsConfig(std::vector<IPEndPoint> nameservers) in DnsConfig() function in net::DnsConfig