Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager.h264 bool check_ipv6_on_wifi_for_testing() const { return check_ipv6_on_wifi_; } in check_ipv6_on_wifi_for_testing()
568 bool check_ipv6_on_wifi_; variable
H A Dhost_resolver_manager.cc394 check_ipv6_on_wifi_(options.check_ipv6_on_wifi), in HostResolverManager()
1387 if (!check_ipv6_on_wifi_ && RequestWillUseWiFi(target_network_)) { in StartIPv6ReachabilityCheck()