Searched refs:MSG_NOSIGNAL (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/tools/regression/netinet/tcpdrop/ |
| H A D | tcpdrop.c | 89 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_server() 104 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_server() 165 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_client() 187 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_client()
|
| /freebsd-14.2/contrib/openbsm/compat/ |
| H A D | compat.h | 36 #ifndef MSG_NOSIGNAL 37 #define MSG_NOSIGNAL 0 macro
|
| /freebsd-14.2/sbin/ggate/ggatec/ |
| H A D | ggatec.c | 176 numbytesprocd = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL); in send_thread() 190 ggio.gctl_length, MSG_NOSIGNAL); in send_thread() 334 if (g_gate_send(sfd, &ver, sizeof(ver), MSG_NOSIGNAL) == -1) { in handshake() 368 if (g_gate_send(sfd, &cinit, sizeof(cinit), MSG_NOSIGNAL) == -1) { in handshake()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | proto_common.c | 116 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
|
| /freebsd-14.2/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_common.c | 115 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
|
| H A D | proto_tls.c | 244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL); in ssl_recv_tcp_send()
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | nscachedcli.c | 79 eventlist.data : data_size - result, MSG_NOSIGNAL, in safe_write() 176 MSG_NOSIGNAL) == -1 ? -1 : 0; in send_credentials()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_syscalls.c | 284 !(uap->flags & MSG_NOSIGNAL)) { in sys_sctp_generic_sendmsg() 399 !(uap->flags & MSG_NOSIGNAL)) { in sys_sctp_generic_sendmsg_iov()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | sockutils.c | 1237 #ifdef MSG_NOSIGNAL in sock_send() 1244 nsent = send(sock, buffer, remaining, MSG_NOSIGNAL); in sock_send()
|
| /freebsd-14.2/sys/sys/ |
| H A D | socket.h | 470 #define MSG_NOSIGNAL 0x00020000 /* do not generate SIGPIPE on EOF */ macro
|
| /freebsd-14.2/tests/sys/kern/ |
| H A D | unix_seqpacket_test.c | 789 ssize = send(s2, data, datalen, MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 624 ret_flags |= MSG_NOSIGNAL; in linux_to_bsd_msg_flags()
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_socket.c | 2546 (flags & MSG_NOSIGNAL) == 0) {
|