OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSG_CMSG_CLOEXEC
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/sandbox/linux/services/
broker_process.cc
34
#if defined(OS_ANDROID) && !defined(
MSG_CMSG_CLOEXEC
)
35
#define
MSG_CMSG_CLOEXEC
0x40000000
62
// recvmsg(2) with
MSG_CMSG_CLOEXEC
.
245
recvmsg_flags |=
MSG_CMSG_CLOEXEC
;
/bionic/libc/include/sys/
socket.h
235
#define
MSG_CMSG_CLOEXEC
0x40000000
/development/ndk/platforms/android-L/include/sys/
socket.h
235
#define
MSG_CMSG_CLOEXEC
0x40000000
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
socket.h
236
MSG_CMSG_CLOEXEC
= 0x40000000 /* Set close_on_exit for file
239
#define
MSG_CMSG_CLOEXEC
MSG_CMSG_CLOEXEC
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
socket.h
236
MSG_CMSG_CLOEXEC
= 0x40000000 /* Set close_on_exit for file
239
#define
MSG_CMSG_CLOEXEC
MSG_CMSG_CLOEXEC
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
socket.h
235
#define
MSG_CMSG_CLOEXEC
0x40000000
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
socket.h
235
#define
MSG_CMSG_CLOEXEC
0x40000000
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
socket.h
235
#define
MSG_CMSG_CLOEXEC
0x40000000
Completed in 2942 milliseconds