Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h182 * Mac OSX as well as iOS do not define the MSG_NOSIGNAL flag,
187 #undef MSG_NOSIGNAL macro
188 #define MSG_NOSIGNAL SO_NOSIGPIPE macro
192 * Solaris 11.X only supports POSIX 2001, MSG_NOSIGNAL appears in
195 #if defined(__sun) && !defined(MSG_NOSIGNAL)
196 #define MSG_NOSIGNAL 0 macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h105 #if !defined(MSG_NOSIGNAL)
106 #define MSG_NOSIGNAL 0 macro
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h111 #if !defined(MSG_NOSIGNAL)
112 #define MSG_NOSIGNAL 0 macro
/third_party/ffmpeg/libavformat/
H A Dnetwork.h132 #ifndef MSG_NOSIGNAL
133 #define MSG_NOSIGNAL 0 macro
H A Dsctp.c147 return sendmsg(s, &outmsg, flags | MSG_NOSIGNAL); in ff_sctp_send()
346 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in sctp_write()
H A Dunix.c129 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in unix_write()
/third_party/musl/src/network/
H A Dres_msend.c63 r = sendmsg(fd, &mh, MSG_FASTOPEN|MSG_NOSIGNAL); in start_tcp()
232 if (sendto(fd, queries[i], qlens[i], MSG_NOSIGNAL, (void *)&ns[j], sl) == -1) { in res_msend_rc_ext()
321 qlens[i], MSG_NOSIGNAL, in res_msend_rc_ext()
364 r = sendmsg(pfd[i].fd, &mh, MSG_NOSIGNAL); in res_msend_rc_ext()
/third_party/ltp/utils/sctp/func_tests/
H A 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()
H A 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()
H A Dtest_1_to_1_sendto.c104 flag = MSG_NOSIGNAL; in main()
H A Dtest_1_to_1_initmsg_connect.c96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c82 r = sendmsg(fd, &mh, MSG_FASTOPEN|MSG_NOSIGNAL); in start_tcp()
217 if (sendto(fd, queries[i], qlens[i], MSG_NOSIGNAL, (void *)&ns[j], sl) == -1) { in res_msend_rc_ext()
299 qlens[i], MSG_NOSIGNAL, in res_msend_rc_ext()
338 r = sendmsg(pfd[i].fd, &mh, MSG_NOSIGNAL); in res_msend_rc_ext()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs17 /// `MSG_NOSIGNAL`
18 const NOSIGNAL = c::MSG_NOSIGNAL;
/third_party/musl/porting/linux/user/src/network/
H A Dres_msend.c138 qlens[i], MSG_NOSIGNAL, in res_msend_rc_ext()
174 qlens[i], MSG_NOSIGNAL, in res_msend_rc_ext()
/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs54 pub const MSG_NOSIGNAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs52 pub const MSG_NOSIGNAL: ::c_int = 0; consts
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c26 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
/third_party/musl/src/passwd/
H A Dnscd_query.c73 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
/third_party/musl/porting/liteos_a/user/src/passwd/
H A Dnscd_query.c73 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs44 /// `MSG_NOSIGNAL`
45 const NOSIGNAL = c::MSG_NOSIGNAL;
/third_party/libwebsockets/lib/core-net/
H A Dsocks5-client.c239 MSG_NOSIGNAL); in lws_socks5c_greet()
335 (size_t)len, MSG_NOSIGNAL); in lws_socks5c_handle_state()
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h48 #define MSG_NOSIGNAL 0 macro
/third_party/musl/src/mq/
H A Dmq_notify.c43 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c82 C(MSG_NOSIGNAL) in f()
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs85 pub const MSG_NOSIGNAL: ::c_int = 0x20; consts

Completed in 9 milliseconds

1234