/external/strace/xlat/ |
D | msg_flags.h | 104 #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),
|
D | msg_flags.in | 16 MSG_NOSIGNAL 0x4000
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | tun.c | 223 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/ |
D | test_timetolive.c | 292 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()
|
D | test_1_to_1_addrs.c | 167 test_sendmsg(clnt_sk, &outmessage, MSG_NOSIGNAL, msg_count); in main() 169 test_recvmsg(acpt_sk, &inmessage, MSG_NOSIGNAL); in main()
|
D | test_1_to_1_initmsg_connect.c | 111 test_recv(sk2, buffer_rcv, (strlen(message) + 1), MSG_NOSIGNAL); in main()
|
D | test_1_to_1_sendmsg.c | 146 flag = MSG_NOSIGNAL; in main() 278 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_sendto.c | 100 flag = MSG_NOSIGNAL; in main()
|
D | test_tcp_style.c | 227 error = send(listen_sk, message, strlen(message), MSG_NOSIGNAL); in main() 381 error = send(accept2_sk, message, strlen(message), MSG_NOSIGNAL); in main()
|
D | test_basic.c | 304 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main() 313 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main()
|
D | test_1_to_1_recvfrom.c | 113 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_recvmsg.c | 180 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_nonblock.c | 109 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_send.c | 113 flag = MSG_NOSIGNAL; in main()
|
/external/syzkaller/sys/netbsd/ |
D | socket_amd64.const | 44 MSG_NOSIGNAL = 1024
|
/external/syzkaller/sys/freebsd/ |
D | socket_amd64.const | 54 MSG_NOSIGNAL = 131072
|
/external/honggfuzz/examples/glibc/ |
D | resolver.c | 86 if (send(nfd, rbuf, rlen, MSG_NOSIGNAL) == -1) { in getdata()
|
/external/strace/tests-m32/ |
D | mmsg.c | 94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL); in main()
|
/external/strace/tests/ |
D | mmsg.c | 94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL); in main()
|
/external/strace/tests-mx32/ |
D | mmsg.c | 94 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL); in main()
|
/external/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg02.c | 94 sendmsg(fd, &mh, MSG_NOSIGNAL); in client()
|
/external/libpcap/ |
D | sockutils.c | 666 #ifdef MSG_NOSIGNAL 673 nsent = send(sock, buffer, remaining, MSG_NOSIGNAL);
|
/external/syzkaller/sys/linux/ |
D | socket_amd64.const | 139 MSG_NOSIGNAL = 16384
|
D | socket_arm64.const | 139 MSG_NOSIGNAL = 16384
|
D | socket_ppc64le.const | 139 MSG_NOSIGNAL = 16384
|