OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EADDRINUSE_PORTABLE
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/common/include/
errno_portable.h
93
#define
EADDRINUSE_PORTABLE
98
/development/ndk/sources/android/libportable/arch-mips/
errno.c
95
case EADDRINUSE: return
EADDRINUSE_PORTABLE
;
198
case
EADDRINUSE_PORTABLE
: return EADDRINUSE;
Completed in 2358 milliseconds