OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EISCONN_PORTABLE
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/common/include/
errno_portable.h
101
#define
EISCONN_PORTABLE
106
/development/ndk/sources/android/libportable/arch-mips/
errno.c
103
case EISCONN: return
EISCONN_PORTABLE
;
206
case
EISCONN_PORTABLE
: return EISCONN;
Completed in 24 milliseconds