Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h102 #define ENOTCONN_PORTABLE 107 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c104 case ENOTCONN: return ENOTCONN_PORTABLE; in errno_ntop()
207 case ENOTCONN_PORTABLE: return ENOTCONN; in errno_pton()