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

1 2

  /system/security/keystore/
keystore_client.cpp 33 if (TEMP_FAILURE_RETRY(send(sock, &cmd, 1, MSG_NOSIGNAL)) != 1) {
51 if (TEMP_FAILURE_RETRY(send(sock, bytes, 2, MSG_NOSIGNAL)) != 2
52 || TEMP_FAILURE_RETRY(send(sock, arg, argLen, 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);
  /system/core/libcutils/
zygote.c 93 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
125 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
145 ret = recvmsg(fd, &msg, MSG_NOSIGNAL | MSG_WAITALL);
  /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
  /bionic/libc/kernel/common/linux/
socket.h 212 #define MSG_NOSIGNAL 0x4000
  /development/ndk/platforms/android-3/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /frameworks/native/libs/gui/
BitTube.cpp 100 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000

Completed in 162 milliseconds

1 2