Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h101 #define EISCONN_PORTABLE 106 macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c103 case EISCONN: return EISCONN_PORTABLE; in errno_ntop()
206 case EISCONN_PORTABLE: return EISCONN; in errno_pton()