Home
last modified time | relevance | path

Searched refs:use_local_ipv6_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
Dhost_resolver_impl.h284 bool use_local_ipv6_; variable
Dhost_resolver_impl.cc1806 use_local_ipv6_(false), in HostResolverImpl()
1837 use_local_ipv6_ = !dns_config.IsValid() || dns_config.use_local_ipv6; in HostResolverImpl()
2150 if (probe_ipv6_support_ && !use_local_ipv6_) { in GetEffectiveKeyForRequest()
2275 use_local_ipv6_ = !dns_config.IsValid() || dns_config.use_local_ipv6; in OnDNSChanged()