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

  /bionic/libc/upstream-netbsd/
netbsd-compat.h 27 // TODO: our 2.6 emulator kernels don't support SOCK_CLOEXEC yet, so we have to do without.
28 #define SOCK_CLOEXEC 0
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 44 /* Current NDK headers do not define SOCK_CLOEXEC or O_CLOEXEC */
48 #if !defined(SOCK_CLOEXEC) && defined(O_CLOEXEC)
49 # define SOCK_CLOEXEC O_CLOEXEC
67 #if defined(SOCK_CLOEXEC_PORTABLE) && defined(SOCK_CLOEXEC)
69 native_type |= SOCK_CLOEXEC;
107 #if defined(SOCK_CLOEXEC_PORTABLE) && defined(SOCK_CLOEXEC)
108 if (native_type & SOCK_CLOEXEC) {
110 native_type &= ~SOCK_CLOEXEC;
  /external/kernel-headers/original/asm-mips/
socket.h 120 #define SOCK_CLOEXEC O_CLOEXEC

Completed in 172 milliseconds