Home
last modified time | relevance | path

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

123

/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h187 #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/
Dprivate-lib-plat-freertos.h105 #if !defined(MSG_NOSIGNAL)
106 #define MSG_NOSIGNAL 0 macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h107 #if !defined(MSG_NOSIGNAL)
108 #define MSG_NOSIGNAL 0 macro
/third_party/ltp/utils/sctp/func_tests/
Dtest_timetolive.c296 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()
Dtest_1_to_1_addrs.c171 test_sendmsg(clnt_sk, &outmessage, MSG_NOSIGNAL, msg_count); in main()
173 test_recvmsg(acpt_sk, &inmessage, MSG_NOSIGNAL); in main()
Dtest_1_to_1_initmsg_connect.c96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp()
Dtest_1_to_1_sendmsg.c150 flag = MSG_NOSIGNAL; in main()
282 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_sendto.c104 flag = MSG_NOSIGNAL; in main()
Dtest_tcp_style.c231 error = send(listen_sk, message, strlen(message), MSG_NOSIGNAL); in main()
385 error = send(accept2_sk, message, strlen(message), MSG_NOSIGNAL); in main()
Dtest_basic.c308 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main()
317 bytes_sent = sendmsg(sk1, &outmessage, MSG_NOSIGNAL); in main()
Dtest_1_to_1_recvfrom.c117 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_recvmsg.c184 flag = MSG_NOSIGNAL; in main()
Dtest_1_to_1_nonblock.c113 flag = MSG_NOSIGNAL; in main()
/third_party/ffmpeg/libavformat/
Dnetwork.h132 #ifndef MSG_NOSIGNAL
133 #define MSG_NOSIGNAL 0 macro
Dsctp.c147 return sendmsg(s, &outmsg, flags | MSG_NOSIGNAL); in ff_sctp_send()
344 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in sctp_write()
Dunix.c129 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in unix_write()
/third_party/musl/src/network/
Dres_msend.c123 qlens[i], MSG_NOSIGNAL, in __res_msend_rc()
159 qlens[i], MSG_NOSIGNAL, in __res_msend_rc()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c31 #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/
Dsocks5-client.c239 MSG_NOSIGNAL); in lws_socks5c_greet()
335 (size_t)len, MSG_NOSIGNAL); in lws_socks5c_handle_state()
/third_party/musl/src/passwd/
Dnscd_query.c65 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
/third_party/musl/src/mq/
Dmq_notify.c25 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h48 #define MSG_NOSIGNAL 0 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c82 C(MSG_NOSIGNAL) in f()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg02.c93 sendmsg(fd, &mh, MSG_NOSIGNAL); in client()
/third_party/pulseaudio/src/pulsecore/
Diochannel.c341 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()

123