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

1 2 3 4 5 6 7 8

  /external/strace/xlat/
msg_flags.h 51 #if defined(MSG_NOSIGNAL) || (defined(HAVE_DECL_MSG_NOSIGNAL) && HAVE_DECL_MSG_NOSIGNAL)
52 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/vr/libpdx_uds/
ipc_helper_tests.cpp 123 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL))
131 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL))
134 Send(kSocketFd, IntToConstPtr(kPtr + 20), 80, MSG_NOSIGNAL))
137 Send(kSocketFd, IntToConstPtr(kPtr + 60), 40, MSG_NOSIGNAL))
145 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL))
154 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL))
163 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL))
166 Send(kSocketFd, IntToConstPtr(kPtr + 50), 50, MSG_NOSIGNAL))
227 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, MSG_NOSIGNAL))
  /frameworks/native/libs/sensor/
SensorEventQueue.cpp 158 ssize_t size = ::send(mSensorChannel->getFd(), &event, sizeof(event), MSG_NOSIGNAL);
181 MSG_DONTWAIT | MSG_NOSIGNAL);
BitTube.cpp 109 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);
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_initmsg_connect.c 111 test_recv(sk2, buffer_rcv, (strlen(message) + 1), MSG_NOSIGNAL);
test_timetolive.c 292 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL,
304 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(ttlmsg) + 1);
317 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(nottlmsg)+1);
332 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, sizeof(ttlfrag));
test_1_to_1_addrs.c 167 test_sendmsg(clnt_sk, &outmessage, MSG_NOSIGNAL, msg_count);
169 test_recvmsg(acpt_sk, &inmessage, MSG_NOSIGNAL);
test_1_to_1_recvfrom.c 113 flag = MSG_NOSIGNAL;
test_1_to_1_recvmsg.c 180 flag = MSG_NOSIGNAL;
test_1_to_1_sendto.c 100 flag = MSG_NOSIGNAL;
  /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-9/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c 93 sendmsg(fd, &mh, MSG_NOSIGNAL);
  /external/ltp/testcases/network/tcp_fastopen/
tcp_fastopen.c 291 if (sendto(cfd, msg, size, MSG_FASTOPEN | MSG_NOSIGNAL,
305 if (send(cfd, msg, size, MSG_NOSIGNAL) != client_msg_size) {
368 MSG_NOSIGNAL) != client_msg_size) {
571 MSG_NOSIGNAL) == -1) {
  /external/strace/tests/
mmsg.c 93 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
105 ", MSG_DONTROUTE|MSG_NOSIGNAL) = %d\n"
  /external/strace/tests-m32/
mmsg.c 93 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
105 ", MSG_DONTROUTE|MSG_NOSIGNAL) = %d\n"
  /external/strace/tests-mx32/
mmsg.c 93 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
105 ", MSG_DONTROUTE|MSG_NOSIGNAL) = %d\n"
  /frameworks/native/libs/gui/
BitTube.cpp 92 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000

Completed in 410 milliseconds

1 2 3 4 5 6 7 8