HomeSort by relevance Sort by last modified time
    Searched defs:AI_ADDRCONFIG (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium_org/net/dns/
host_resolver_proc.cc 17 #define AI_ADDRCONFIG 0
149 // DO NOT USE AI_ADDRCONFIG ON WINDOWS.
152 // on AI_ADDRCONFIG for Windows:
154 // - AI_ADDRCONFIG is supported starting with Vista
155 // - default is AI_ADDRCONFIG ON whether the flag is set or not
159 // in that case AI_ADDRCONFIG must be EXPLICITLY specified to
162 // Not only is AI_ADDRCONFIG unnecessary, but it can be harmful. If the
163 // computer is not connected to a network, AI_ADDRCONFIG causes getaddrinfo
165 // following note on AI_ADDRCONFIG in the MSDN getaddrinfo page:
173 hints.ai_flags = AI_ADDRCONFIG;
    [all...]
  /external/libpcap/Win32/Include/
addrinfo.h 66 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
69 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /external/tcpdump/missing/
addrinfo.h 66 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
69 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /external/qemu/util/
qemu-sockets-android.c 25 #ifndef AI_ADDRCONFIG
26 # define AI_ADDRCONFIG 0
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;
  /bionic/libc/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /development/ndk/platforms/android-3/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /development/ndk/platforms/android-L/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h 169 AI_ADDRCONFIG)
173 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
176 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
netdb.h 166 AI_ADDRCONFIG)
170 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
173 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)

Completed in 385 milliseconds

1 2 3 4