Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 – 25 of 74) sorted by relevance

123

/external/strace/xlat/
Dmsg_flags.h104 #if defined(MSG_NOSIGNAL) || (defined(HAVE_DECL_MSG_NOSIGNAL) && HAVE_DECL_MSG_NOSIGNAL)
106 static_assert((MSG_NOSIGNAL) == (0x4000), "MSG_NOSIGNAL != 0x4000");
109 # define MSG_NOSIGNAL 0x4000
199 XLAT(MSG_NOSIGNAL),
Dmsg_flags.in16 MSG_NOSIGNAL 0x4000
/external/honggfuzz/examples/linux_kernel_ip/
Dtun.c223 send(tcp_acc_sock, b, 1, MSG_NOSIGNAL | MSG_DONTWAIT); in main()
229 sendto(udp_sock, b, 1, MSG_NOSIGNAL | MSG_DONTWAIT, (struct sockaddr*)&addr, slen); in main()
234 sendto(sctp_sock, b, 1, MSG_NOSIGNAL | MSG_DONTWAIT, (struct sockaddr*)&addr, slen); in main()
239 … sendto(udp_lite_sock, b, 1, MSG_NOSIGNAL | MSG_DONTWAIT, (struct sockaddr*)&addr, slen); in main()
/external/ltp/utils/sctp/func_tests/
Dtest_timetolive.c292 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, in main()
304 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(ttlmsg) + 1); in main()
317 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(nottlmsg)+1); in main()
332 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, sizeof(ttlfrag)); in main()
Dtest_1_to_1_addrs.c167 test_sendmsg(clnt_sk, &outmessage, MSG_NOSIGNAL, msg_count); in main()
169 test_recvmsg(acpt_sk, &inmessage, MSG_NOSIGNAL); in main()
Dtest_1_to_1_initmsg_connect.c111 test_recv(sk2, buffer_rcv, (strlen(message) + 1), MSG_NOSIGNAL); in main()
Dtest_1_to_1_sendmsg.c146 flag = MSG_NOSIGNAL; in main()
278 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_sendto.c100 flag = MSG_NOSIGNAL; in main()
Dtest_tcp_style.c227 error = send(listen_sk, message, strlen(message), MSG_NOSIGNAL); in main()
381 error = send(accept2_sk, message, strlen(message), MSG_NOSIGNAL); in main()
Dtest_basic.c304 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main()
313 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main()
Dtest_1_to_1_recvfrom.c113 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_recvmsg.c180 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_nonblock.c109 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_send.c113 flag = MSG_NOSIGNAL; in main()
/external/syzkaller/sys/netbsd/
Dsocket_amd64.const44 MSG_NOSIGNAL = 1024
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const54 MSG_NOSIGNAL = 131072
/external/honggfuzz/examples/glibc/
Dresolver.c86 if (send(nfd, rbuf, rlen, MSG_NOSIGNAL) == -1) { in getdata()
/external/strace/tests-m32/
Dmmsg.c94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL); in main()
/external/strace/tests/
Dmmsg.c94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL); in main()
/external/strace/tests-mx32/
Dmmsg.c94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL); in main()
/external/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg02.c94 sendmsg(fd, &mh, MSG_NOSIGNAL); in client()
/external/libpcap/
Dsockutils.c666 #ifdef MSG_NOSIGNAL
673 nsent = send(sock, buffer, remaining, MSG_NOSIGNAL);
/external/syzkaller/sys/linux/
Dsocket_amd64.const139 MSG_NOSIGNAL = 16384
Dsocket_arm64.const139 MSG_NOSIGNAL = 16384
Dsocket_ppc64le.const139 MSG_NOSIGNAL = 16384

123