Searched refs:localhost_resolves_to_ipv6 (Results 1 – 1 of 1) sorted by relevance
65 bool localhost_resolves_to_ipv6 = false; in RunningWithIPv6Only() local66 LocalhostResolves(&localhost_resolves_to_ipv4, &localhost_resolves_to_ipv6); in RunningWithIPv6Only()67 return !localhost_resolves_to_ipv4 && localhost_resolves_to_ipv6; in RunningWithIPv6Only()