Home
last modified time | relevance | path

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

/development/ndk/platforms/android-L/include/asm-generic/
Derrno.h67 #define EPROTO 71 macro
/development/ndk/platforms/android-3/include/asm-generic/
Derrno.h55 #define EPROTO 71 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Derrno.h61 #define EPROTO 71 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Derrno.h61 #define EPROTO 71 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
Derrno.h61 #define EPROTO 71 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c68 case EPROTO: return EPROTO_PORTABLE; in errno_ntop()
171 case EPROTO_PORTABLE: return EPROTO; in errno_pton()
/development/ndk/platforms/android-3/include/sys/
D_errdefs.h107 __BIONIC_ERRDEF( EPROTO , 71, "Protocol error" )