Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h99 #define ECONNRESET_PORTABLE 104 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c101 case ECONNRESET: return ECONNRESET_PORTABLE; in errno_ntop()
204 case ECONNRESET_PORTABLE: return ECONNRESET; in errno_pton()