Searched refs:AI_ADDRCONFIG (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/missing/
H A Daddrinfo.h66 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
69 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
H A Dgetaddrinfo.c44 * 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);
/external/chromium/net/base/
H A Dhost_resolver_proc.cc160 // DO NOT USE AI_ADDRCONFIG ON WINDOWS.
163 // on AI_ADDRCONFIG for Windows:
165 // - AI_ADDRCONFIG is supported starting with Vista
166 // - default is AI_ADDRCONFIG ON whether the flag is set or not
170 // in that case AI_ADDRCONFIG must be EXPLICITLY specified to
173 // Not only is AI_ADDRCONFIG unnecessary, but it can be harmful. If the
174 // computer is not connected to a network, AI_ADDRCONFIG causes getaddrinfo
176 // following note on AI_ADDRCONFIG in the MSDN getaddrinfo page:
184 hints.ai_flags = AI_ADDRCONFIG;
187 // On Linux AI_ADDRCONFIG does
[all...]
/external/qemu/
H A Dqemu-sockets.c25 #ifndef AI_ADDRCONFIG
26 # define AI_ADDRCONFIG 0 macro
134 ai.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
249 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG;
320 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG;
H A Dqemu-sockets-android.c25 #ifndef AI_ADDRCONFIG
26 # define AI_ADDRCONFIG 0 macro
H A Dsockets.c726 #ifndef AI_ADDRCONFIG
727 # define AI_ADDRCONFIG 0 macro
741 ai.ai_flags |= AI_ADDRCONFIG;

Completed in 222 milliseconds