Searched refs:ipv6_borked (Results 1 – 1 of 1) sorted by relevance
162 static int ipv6_borked = -1; /* the way this is used *is* thread safe */ local186 if (ipv6_borked == -1) {191 ipv6_borked = 1;193 ipv6_borked = 0;197 hints.ai_family = ipv6_borked ? AF_INET : AF_UNSPEC;
Completed in 7 milliseconds