Home
last modified time | relevance | path

Searched refs:SOCK_SEQPACKET_PORTABLE (Results 1 – 3 of 3) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dsocket_portable.h25 #define SOCK_SEQPACKET_PORTABLE 5 macro
/development/ndk/sources/android/libportable/arch-mips64/
Dsocket.c79 case SOCK_SEQPACKET_PORTABLE: native_type |= SOCK_SEQPACKET; break; in socktype_pton()
119 case SOCK_SEQPACKET: portable_type |= SOCK_SEQPACKET_PORTABLE; break; in socktype_ntop()
/development/ndk/sources/android/libportable/arch-mips/
Dsocket.c79 case SOCK_SEQPACKET_PORTABLE: native_type |= SOCK_SEQPACKET; break; in socktype_pton()
119 case SOCK_SEQPACKET: portable_type |= SOCK_SEQPACKET_PORTABLE; break; in socktype_ntop()