Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dsocket_portable.h26 #define SOCK_PACKET_PORTABLE 10 macro
/development/ndk/sources/android/libportable/arch-mips64/
Dsocket.c80 case SOCK_PACKET_PORTABLE: native_type |= SOCK_PACKET; break; in socktype_pton()
120 case SOCK_PACKET: portable_type |= SOCK_PACKET_PORTABLE; break; in socktype_ntop()
/development/ndk/sources/android/libportable/arch-mips/
Dsocket.c80 case SOCK_PACKET_PORTABLE: native_type |= SOCK_PACKET; break; in socktype_pton()
120 case SOCK_PACKET: portable_type |= SOCK_PACKET_PORTABLE; break; in socktype_ntop()