Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 7 of 7) sorted by relevance

/development/ndk/platforms/android-L/include/asm-generic/
Derrno.h96 #define ESOCKTNOSUPPORT 94 macro
/development/ndk/platforms/android-3/include/asm-generic/
Derrno.h78 #define ESOCKTNOSUPPORT 94 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Derrno.h95 #define ESOCKTNOSUPPORT 121 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Derrno.h95 #define ESOCKTNOSUPPORT 121 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
Derrno.h95 #define ESOCKTNOSUPPORT 121 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c91 case ESOCKTNOSUPPORT: return ESOCKTNOSUPPORT_PORTABLE; in errno_ntop()
194 case ESOCKTNOSUPPORT_PORTABLE: return ESOCKTNOSUPPORT; in errno_pton()
/development/ndk/platforms/android-3/include/sys/
D_errdefs.h130 __BIONIC_ERRDEF( ESOCKTNOSUPPORT, 94, "Socket type not supported" )