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

  /external/esd/include/
esd.h 333 int have_ipv6( void );
  /external/libxml2/
nanohttp.c 193 int have_ipv6(void) { function
983 if (have_ipv6 ())
992 if (have_ipv6 ())
1020 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) {
1104 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
    [all...]
nanoftp.c 154 int have_ipv6(void) { function
880 if (have_ipv6 ()) {
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 367 int have_ipv6 = (ret == 0); local
371 return have_ipv6;
    [all...]

Completed in 570 milliseconds