/third_party/libwebsockets/lib/plat/unix/ |
D | private-lib-plat-unix.h | 187 #undef MSG_NOSIGNAL 188 #define MSG_NOSIGNAL SO_NOSIGPIPE macro 195 #if defined(__sun) && !defined(MSG_NOSIGNAL) 196 #define MSG_NOSIGNAL 0 macro
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | private-lib-plat-freertos.h | 105 #if !defined(MSG_NOSIGNAL) 106 #define MSG_NOSIGNAL 0 macro
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | private-lib-plat-freertos.h | 107 #if !defined(MSG_NOSIGNAL) 108 #define MSG_NOSIGNAL 0 macro
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_timetolive.c | 296 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, in main() 308 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(ttlmsg) + 1); in main() 321 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, strlen(nottlmsg)+1); in main() 336 test_sendmsg(sk1, &outmessage, MSG_NOSIGNAL, sizeof(ttlfrag)); in main()
|
D | test_1_to_1_addrs.c | 171 test_sendmsg(clnt_sk, &outmessage, MSG_NOSIGNAL, msg_count); in main() 173 test_recvmsg(acpt_sk, &inmessage, MSG_NOSIGNAL); in main()
|
D | test_1_to_1_initmsg_connect.c | 96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp()
|
D | test_1_to_1_sendmsg.c | 150 flag = MSG_NOSIGNAL; in main() 282 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_sendto.c | 104 flag = MSG_NOSIGNAL; in main()
|
D | test_tcp_style.c | 231 error = send(listen_sk, message, strlen(message), MSG_NOSIGNAL); in main() 385 error = send(accept2_sk, message, strlen(message), MSG_NOSIGNAL); in main()
|
D | test_basic.c | 308 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main() 317 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main()
|
D | test_1_to_1_recvfrom.c | 117 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_recvmsg.c | 184 flag = MSG_NOSIGNAL; in main()
|
D | test_1_to_1_nonblock.c | 113 flag = MSG_NOSIGNAL; in main()
|
/third_party/ffmpeg/libavformat/ |
D | network.h | 132 #ifndef MSG_NOSIGNAL 133 #define MSG_NOSIGNAL 0 macro
|
D | sctp.c | 147 return sendmsg(s, &outmsg, flags | MSG_NOSIGNAL); in ff_sctp_send() 344 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in sctp_write()
|
D | unix.c | 129 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in unix_write()
|
/third_party/musl/src/network/ |
D | res_msend.c | 123 qlens[i], MSG_NOSIGNAL, in __res_msend_rc() 159 qlens[i], MSG_NOSIGNAL, in __res_msend_rc()
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | shmpipe.c | 31 #ifndef MSG_NOSIGNAL 32 #define MSG_NOSIGNAL SO_NOSIGPIPE macro 480 if (send (fd, cb, sizeof (struct CommandBuffer), MSG_NOSIGNAL) != in send_command() 522 if (send (client->fd, newarea->shm_area_name, pathlen, MSG_NOSIGNAL) != in sp_writer_resize() 830 if (send (fd, self->shm_area->shm_area_name, pathlen, MSG_NOSIGNAL) != in sp_writer_accept_client()
|
/third_party/libwebsockets/lib/core-net/ |
D | socks5-client.c | 239 MSG_NOSIGNAL); in lws_socks5c_greet() 335 (size_t)len, MSG_NOSIGNAL); in lws_socks5c_handle_state()
|
/third_party/musl/src/passwd/ |
D | nscd_query.c | 65 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
|
/third_party/musl/src/mq/ |
D | mq_notify.c | 25 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | private-lib-plat-windows.h | 48 #define MSG_NOSIGNAL 0 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 82 C(MSG_NOSIGNAL) in f()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg02.c | 93 sendmsg(fd, &mh, MSG_NOSIGNAL); in client()
|
/third_party/pulseaudio/src/pulsecore/ |
D | iochannel.c | 341 if ((r = sendmsg(io->ofd, &mh, MSG_NOSIGNAL)) >= 0) { in pa_iochannel_write_with_creds() 393 if ((r = sendmsg(io->ofd, &mh, MSG_NOSIGNAL)) >= 0) { in pa_iochannel_write_with_fds()
|