Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dresolve_localhost_ip46.cc64 bool localhost_resolves_to_ipv4 = false; in RunningWithIPv6Only() local
66 LocalhostResolves(&localhost_resolves_to_ipv4, &localhost_resolves_to_ipv6); in RunningWithIPv6Only()
67 return !localhost_resolves_to_ipv4 && localhost_resolves_to_ipv6; in RunningWithIPv6Only()