/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 203 send(tunnel, parameters, sizeof(parameters), MSG_NOSIGNAL); 223 send(tunnel, packet, length, MSG_NOSIGNAL); 270 send(tunnel, packet, 1, MSG_NOSIGNAL);
|
/external/chromium_org/sandbox/linux/services/ |
init_process_reaper.cc | 60 CHECK(HANDLE_EINTR(send(sync_fds[1], "C", 1, MSG_NOSIGNAL)) == 1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket.h | 211 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ 212 #define MSG_NOSIGNAL MSG_NOSIGNAL
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
socket.h | 211 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ 212 #define MSG_NOSIGNAL MSG_NOSIGNAL
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
socket.h | 211 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */ 212 #define MSG_NOSIGNAL MSG_NOSIGNAL
|
/development/ndk/platforms/android-3/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/external/chromium_org/base/posix/ |
unix_domain_socket_linux.cc | 46 // Due to a bug in the Linux kernel (net/unix/af_unix.c) MSG_NOSIGNAL isn't 49 const int flags = MSG_NOSIGNAL; 150 // When porting to OSX keep in mind it doesn't support MSG_NOSIGNAL, so the
|
/frameworks/native/libs/gui/ |
BitTube.cpp | 106 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/ |
socket.h | 192 #define MSG_NOSIGNAL 0x4000
|