Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dnetwork.c160 static int ipv6_borked = -1; /* the way this is used *is* thread safe */ local
184 if (ipv6_borked == -1) {
189 ipv6_borked = 1;
191 ipv6_borked = 0;
195 hints.ai_family = ipv6_borked ? AF_INET : AF_UNSPEC;

Completed in 11 milliseconds