Searched refs:have_ipv6 (Results 1 – 6 of 6) sorted by relevance
665 int have_ipv4 = 0, have_ipv6 = 0; in resolve_hostname() local672 while (cur && !have_ipv4 && !have_ipv6) { in resolve_hostname()678 else if (!have_ipv6 && cur->ai_family == AF_INET6) { in resolve_hostname()681 have_ipv6 = 1; in resolve_hostname()694 do_ipv6 &= have_ipv6; in resolve_hostname()
200 int have_ipv6(void) { in have_ipv6() function1063 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()1072 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()1100 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) { in xmlNanoHTTPConnectHost()1190 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()
669 have_ipv6=no677 have_ipv6=yes,678 have_ipv6=no680 AC_MSG_RESULT($have_ipv6)682 if test $have_ipv6 = yes; then
147 int have_ipv6(void) { in have_ipv6() function875 if (have_ipv6 ()) { in xmlNanoFTPConnect()
10398 have_ipv6(): Added to check for run-time IPv6 support.10409 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
223 int have_ipv6; /* Do we have an IPv6 address? */ in httpAssembleURI() local253 have_ipv6 = strchr(host, ':') && !strstr(host, "._tcp"); in httpAssembleURI()254 *hostptr && have_ipv6; in httpAssembleURI()258 have_ipv6 = *hostptr == '%'; in httpAssembleURI()262 if (have_ipv6) in httpAssembleURI()