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

  /external/tcpdump/missing/
resolv6.h 35 #define RES_USE_INET6 0x80000000 /* use/map IPv6 in gethostbyname() */
  /bionic/libc/netbsd/
gethnamaddr.c 367 if (res->options & RES_USE_INET6) {
454 if (res->options & RES_USE_INET6)
492 if (res->options & RES_USE_INET6) {
588 if (res->options & RES_USE_INET6)
751 if (res->options & RES_USE_INET6) {
815 if (res->options & RES_USE_INET6)
1199 if (af == AF_INET && (res->options & RES_USE_INET6)) {
  /bionic/libc/private/
resolv_private.h 238 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */
  /external/libxml2/
nanohttp.c 982 #if !defined(HAVE_GETADDRINFO) && defined(SUPPORT_IP6) && defined(RES_USE_INET6)
987 _res.options |= RES_USE_INET6;
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 626 case RES_USE_INET6: return "inet6";
res_init.c 654 statp->options |= RES_USE_INET6;
  /external/tcpdump/
configure     [all...]

Completed in 271 milliseconds