OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCK_STREAM_PORTABLE
(Results
1 - 3
of
3
) sorted by null
/development/ndk/sources/android/libportable/common/include/
socket_portable.h
21
#define
SOCK_STREAM_PORTABLE
1
/development/ndk/sources/android/libportable/arch-mips/
socket.c
32
#if SOCK_STREAM==
SOCK_STREAM_PORTABLE
75
case
SOCK_STREAM_PORTABLE
: native_type |= SOCK_STREAM; break;
115
case SOCK_STREAM: portable_type |=
SOCK_STREAM_PORTABLE
; break;
/development/ndk/sources/android/libportable/arch-mips64/
socket.c
32
#if SOCK_STREAM==
SOCK_STREAM_PORTABLE
75
case
SOCK_STREAM_PORTABLE
: native_type |= SOCK_STREAM; break;
115
case SOCK_STREAM: portable_type |=
SOCK_STREAM_PORTABLE
; break;
Completed in 87 milliseconds