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

  /external/tcpdump/missing/
resolv6.h 35 #define RES_USE_INET6 0x80000000 /* use/map IPv6 in gethostbyname() */
  /bionic/libc/netbsd/
gethnamaddr.c 373 if (res->options & RES_USE_INET6) {
460 if (res->options & RES_USE_INET6)
499 if (res->options & RES_USE_INET6) {
690 if (res->options & RES_USE_INET6)
943 if (res->options & RES_USE_INET6) {
1007 if (res->options & RES_USE_INET6)
    [all...]
  /bionic/libc/private/
resolv_private.h 243 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 208 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 208 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 208 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */
  /bionic/libc/netbsd/resolv/
res_init.c 542 statp->options |= RES_USE_INET6;
res_debug.c 627 case RES_USE_INET6: return "inet6";
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 1052 #if !defined(HAVE_GETADDRINFO) && defined(SUPPORT_IP6) && defined(RES_USE_INET6)
1057 _res.options |= RES_USE_INET6;
    [all...]
  /external/libxml2/
nanohttp.c 1050 #if !defined(HAVE_GETADDRINFO) && defined(SUPPORT_IP6) && defined(RES_USE_INET6)
1055 _res.options |= RES_USE_INET6;
    [all...]
  /external/tcpdump/
configure     [all...]

Completed in 83 milliseconds