/bionic/tests/ |
netdb_test.cpp | 45 ASSERT_EQ(EAI_FAMILY, getnameinfo(sa, too_little, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST)); 56 ASSERT_EQ(EAI_FAMILY, getnameinfo(sa, too_little, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));
|
/external/openssh/openbsd-compat/ |
fake-rfc2553.h | 132 #ifndef EAI_FAMILY 133 # define EAI_FAMILY (INT_MAX - 5)
|
fake-rfc2553.c | 55 return (EAI_FAMILY); 100 case EAI_FAMILY: 168 return (EAI_FAMILY);
|
/external/tcpdump/missing/ |
addrinfo.h | 41 #define EAI_FAMILY 5 /* ai_family not supported */
|
/bionic/libc/netbsd/net/ |
getnameinfo.c | 125 return EAI_FAMILY; 143 return EAI_FAMILY; 207 return EAI_FAMILY; 213 return EAI_FAMILY;
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/development/ndk/sources/android/libportable/common/include/ |
netdb_portable.h | 159 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
netdb.h | 147 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 144 #define EAI_FAMILY 5 /* ai_family not supported */
|