Home
last modified time | relevance | path

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

/external/chromium_org/net/dns/
Ddns_config_service_win.cc248 bool have_ipv6 = in AddLocalhostEntries() local
251 if (have_ipv4 && have_ipv6) in AddLocalhostEntries()
265 adapter != NULL && (!have_ipv4 || !have_ipv6); in AddLocalhostEntries()
284 } else if (!have_ipv6 && (ipe.GetFamily() == ADDRESS_FAMILY_IPV6)) { in AddLocalhostEntries()
285 have_ipv6 = true; in AddLocalhostEntries()
/external/esd/include/
Desd.h333 int have_ipv6( void );
/external/chromium_org/third_party/libxml/src/
Dnanohttp.c198 int have_ipv6(void) { in have_ipv6() function
1053 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()
1062 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()
1090 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) { in xmlNanoHTTPConnectHost()
1174 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()
Dconfigure.in541 have_ipv6=no
549 have_ipv6=yes,
550 have_ipv6=no
552 AC_MSG_RESULT($have_ipv6)
554 if test $have_ipv6 = yes; then
Dnanoftp.c154 int have_ipv6(void) { in have_ipv6() function
880 if (have_ipv6 ()) { in xmlNanoFTPConnect()
Dconfigure12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_ipv6" >&5
12992 $as_echo "$have_ipv6" >&6; }
12994 if test $have_ipv6 = yes; then
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/libxml2/
Dnanohttp.c193 int have_ipv6(void) { in have_ipv6() function
1058 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()
1067 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()
1095 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) { in xmlNanoHTTPConnectHost()
1181 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()
Dnanoftp.c155 int have_ipv6(void) { in have_ipv6() function
881 if (have_ipv6 ()) { in xmlNanoFTPConnect()