Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c665 int have_ipv4 = 0, have_ipv6 = 0; in resolve_hostname() local
672 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()
/external/libxml2/
Dnanohttp.c200 int have_ipv6(void) { in have_ipv6() function
1063 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()
Dconfigure.ac669 have_ipv6=no
677 have_ipv6=yes,
678 have_ipv6=no
680 AC_MSG_RESULT($have_ipv6)
682 if test $have_ipv6 = yes; then
Dnanoftp.c147 int have_ipv6(void) { in have_ipv6() function
875 if (have_ipv6 ()) { in xmlNanoFTPConnect()
DChangeLog10398 have_ipv6(): Added to check for run-time IPv6 support.
10409 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
/external/libcups/cups/
Dhttp-support.c223 int have_ipv6; /* Do we have an IPv6 address? */ in httpAssembleURI() local
253 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()