HomeSort by relevance Sort by last modified time
    Searched refs:MSG_NOSIGNAL (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/strace/xlat/
msg_flags.h 53 #if defined(MSG_NOSIGNAL) || (defined(HAVE_DECL_MSG_NOSIGNAL) && HAVE_DECL_MSG_NOSIGNAL)
54 XLAT(MSG_NOSIGNAL),
  /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);
  /frameworks/native/libs/gui/
SensorEventQueue.cpp 161 ssize_t size = ::send(mSensorChannel->getFd(), &event, sizeof(event), MSG_NOSIGNAL);
184 MSG_DONTWAIT | MSG_NOSIGNAL);
BitTube.cpp 111 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
  /external/libchrome/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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
socket.h 231 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */
232 #define MSG_NOSIGNAL MSG_NOSIGNAL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 237 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */
238 #define MSG_NOSIGNAL MSG_NOSIGNAL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 237 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */
238 #define MSG_NOSIGNAL MSG_NOSIGNAL
  /development/ndk/platforms/android-3/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000

Completed in 1284 milliseconds

1 2 3 4