Home
last modified time | relevance | path

Searched refs:ECONNABORTED_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h98 #define ECONNABORTED_PORTABLE 103 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c100 case ECONNABORTED: return ECONNABORTED_PORTABLE; in errno_ntop()
203 case ECONNABORTED_PORTABLE: return ECONNABORTED; in errno_pton()