HomeSort by relevance Sort by last modified time
    Searched refs:SOCK_NONBLOCK (Results 1 - 3 of 3) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
socket.c 36 /* LTP defaults to using O_NONBLOCK if SOCK_NONBLOCK is not defined. */
40 #ifndef SOCK_NONBLOCK
41 # define SOCK_NONBLOCK O_NONBLOCK
63 native_type |= SOCK_NONBLOCK;
102 if (native_type & SOCK_NONBLOCK) {
104 native_type &= ~SOCK_NONBLOCK;
  /external/kernel-headers/original/asm-mips/
socket.h 121 #define SOCK_NONBLOCK O_NONBLOCK
  /external/strace/
net.c 344 #ifdef SOCK_NONBLOCK
345 { SOCK_NONBLOCK,"SOCK_NONBLOCK" },
    [all...]

Completed in 91 milliseconds