HomeSort by relevance Sort by last modified time
    Searched refs:AI_ADDRCONFIG (Results 51 - 68 of 68) sorted by null

1 23

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 193 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
197 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
200 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 51 hints.ai_flags = AI_ADDRCONFIG;
  /external/qemu/
qemu-sockets.c 25 #ifndef AI_ADDRCONFIG
26 # define AI_ADDRCONFIG 0
134 ai.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
249 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG;
320 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG;
qemu-sockets-android.c 25 #ifndef AI_ADDRCONFIG
26 # define AI_ADDRCONFIG 0
sockets.c 726 #ifndef AI_ADDRCONFIG
727 # define AI_ADDRCONFIG 0
741 ai.ai_flags |= AI_ADDRCONFIG;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http_server.py 90 # getaddrinfo() again without AI_ADDRCONFIG if the first call fails
95 socket.getaddrinfo('::1', 0, 0, 0, 0, socket.AI_ADDRCONFIG)
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_osf1.h 88 #define AI_ADDRCONFIG 0x00000020
_openvms.h 129 #define AI_ADDRCONFIG 0x00000020
_solaris.h 132 #define AI_ADDRCONFIG 0x0004
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 574 # define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 574 # define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 574 # define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 730 #ifndef AI_ADDRCONFIG
731 # define AI_ADDRCONFIG 0
745 ai.ai_flags |= AI_ADDRCONFIG;
    [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 399 hints.ai_flags = AI_ADDRCONFIG;
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 42 public static final int AI_ADDRCONFIG = placeholder();
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 44 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
546 * post-RFC2553: should look at (pai->ai_flags & AI_ADDRCONFIG)
547 * rather than hardcoding it. we may need to add AI_ADDRCONFIG
551 hp = getipnodebyname(hostname, pai->ai_family, AI_ADDRCONFIG, &h_error);
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 50 initConstant(env, c, "AI_ADDRCONFIG", AI_ADDRCONFIG);
  /bionic/libc/netbsd/net/
getaddrinfo.c 52 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
54 * - (post-2553) semantics of AI_ADDRCONFIG itself is too vague.
56 * against NULL hostname (3) what is AI_ADDRCONFIG itself. AF not ready?
378 * available in order to implement AI_ADDRCONFIG.
380 * Strictly speaking, AI_ADDRCONFIG should not look at whether connectivity is
    [all...]

Completed in 979 milliseconds

1 23