ipv6_borked       175 main/network.c 	static int ipv6_borked = -1; /* the way this is used *is* thread safe */
ipv6_borked       199 main/network.c 	if (ipv6_borked == -1) {
ipv6_borked       204 main/network.c 			ipv6_borked = 1;
ipv6_borked       206 main/network.c 			ipv6_borked = 0;
ipv6_borked       210 main/network.c 	hints.ai_family = ipv6_borked ? AF_INET : AF_UNSPEC;