OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AI_ALL
(Results
1 - 14
of
14
) sorted by null
/external/tcpdump/missing/
addrinfo.h
64
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/bionic/libc/include/
netdb.h
168
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/development/ndk/platforms/android-3/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
netdb.h
171
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h
573
# define
AI_ALL
0x0010 /* Return IPv4 mapped and IPv6 addresses. */
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
43
public static final int
AI_ALL
= placeholder();
Completed in 492 milliseconds