HomeSort by relevance Sort by last modified time
    Searched refs:MSG_NOSIGNAL (Results 26 - 50 of 53) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /system/core/libsysutils/src/
SocketClient.cpp 166 rc = send(mSocket, p, brtw, MSG_NOSIGNAL);
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 432 ret = recvmsg(fd, &msg, MSG_PEEK | MSG_DONTWAIT | MSG_NOSIGNAL);
565 ret = recvmsg(fd, &msg, MSG_NOSIGNAL);
661 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
  /external/chromium/net/tools/flip_server/
sm_connection.cc 524 int flags = MSG_NOSIGNAL | MSG_DONTWAIT;
564 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
  /bionic/libc/include/sys/
socket.h 239 #define MSG_NOSIGNAL 0x4000
  /external/bluetooth/bluedroid/btif/src/
btif_sock_util.c 144 ret = sendmsg(sock_fd, &msg, MSG_NOSIGNAL);
  /external/kernel-headers/original/linux/
socket.h 265 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 248 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 248 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 248 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 366 HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL));
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 237 if ((sent = send(fd, p, len, MSG_NOSIGNAL)) == -1)
273 if (send(out->ctrl_fd, &cmd, 1, MSG_NOSIGNAL) == -1)
282 if (recv(out->ctrl_fd, &ack, 1, MSG_NOSIGNAL) < 0)
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 279 MSG_NOSIGNAL
300 MSG_NOSIGNAL,
    [all...]

Completed in 2402 milliseconds

12 3