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

  /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 155 int have_ipv6(void) { function
881 if (have_ipv6 ()) {
    [all...]
nanohttp.c 193 int have_ipv6(void) { function
1059 if (have_ipv6 ())
1068 if (have_ipv6 ())
1096 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) {
1182 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
    [all...]

Completed in 442 milliseconds