/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 182 * 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 D | private-lib-plat-freertos.h | 105 #if !defined(MSG_NOSIGNAL) 106 #define MSG_NOSIGNAL 0 macro
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | private-lib-plat-freertos.h | 111 #if !defined(MSG_NOSIGNAL) 112 #define MSG_NOSIGNAL 0 macro
|
/third_party/ffmpeg/libavformat/ |
H A D | network.h | 132 #ifndef MSG_NOSIGNAL 133 #define MSG_NOSIGNAL 0 macro
|
H A D | sctp.c | 147 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 D | unix.c | 129 ret = send(s->fd, buf, size, MSG_NOSIGNAL); in unix_write()
|
/third_party/musl/src/network/ |
H A D | res_msend.c | 63 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 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()
|
H A 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()
|
H A D | test_1_to_1_sendto.c | 104 flag = MSG_NOSIGNAL; in main()
|
H A D | test_1_to_1_initmsg_connect.c | 96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 82 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 D | send_recv.rs | 17 /// `MSG_NOSIGNAL` 18 const NOSIGNAL = c::MSG_NOSIGNAL;
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | res_msend.c | 138 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 D | mod.rs | 54 pub const MSG_NOSIGNAL: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
H A D | mod.rs | 52 pub const MSG_NOSIGNAL: ::c_int = 0; consts
|
/third_party/musl/porting/linux/user/src/mq/ |
H A D | mq_notify.c | 26 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
|
/third_party/musl/src/passwd/ |
H A D | nscd_query.c | 73 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
|
/third_party/musl/porting/liteos_a/user/src/passwd/ |
H A D | nscd_query.c | 73 if (sendmsg(fd, &msg, MSG_NOSIGNAL) < 0) in __nscd_query()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | send_recv.rs | 44 /// `MSG_NOSIGNAL` 45 const NOSIGNAL = c::MSG_NOSIGNAL;
|
/third_party/libwebsockets/lib/core-net/ |
H A D | socks5-client.c | 239 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 D | private-lib-plat-windows.h | 48 #define MSG_NOSIGNAL 0 macro
|
/third_party/musl/src/mq/ |
H A D | mq_notify.c | 43 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 82 C(MSG_NOSIGNAL) in f()
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
H A D | mod.rs | 85 pub const MSG_NOSIGNAL: ::c_int = 0x20; consts
|