Searched refs:SOCK_NONBLOCK_PORTABLE (Results 1 - 1 of 1) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips/
H A Dsocket.c37 #ifndef SOCK_NONBLOCK_PORTABLE
38 # define SOCK_NONBLOCK_PORTABLE O_NONBLOCK_PORTABLE macro
62 if (portable_type & SOCK_NONBLOCK_PORTABLE) {
64 portable_type &= ~SOCK_NONBLOCK_PORTABLE;
103 portable_type |= SOCK_NONBLOCK_PORTABLE;

Completed in 38 milliseconds