HomeSort by relevance Sort by last modified time
    Searched defs:have_ipv6 (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 472 int have_ipv4 = 0, have_ipv6 = 0; local
478 while (cur && !have_ipv4 && !have_ipv6) {
484 else if (!have_ipv6 && cur->ai_family == AF_INET6) {
487 have_ipv6 = 1;
495 do_ipv6 &= have_ipv6;
  /external/libcups/cups/
http-support.c 227 int have_ipv6; /* Do we have an IPv6 address? */ local
257 have_ipv6 = strchr(host, ':') && !strstr(host, "._tcp");
258 *hostptr && have_ipv6;
262 have_ipv6 = *hostptr == '%';
266 if (have_ipv6)
    [all...]
  /external/libxml2/
nanoftp.c 147 int have_ipv6(void) { function
875 if (have_ipv6 ()) {
    [all...]
nanohttp.c 200 int have_ipv6(void) { function
1063 if (have_ipv6 ())
1072 if (have_ipv6 ())
1100 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) {
1190 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
    [all...]

Completed in 196 milliseconds