| /freebsd/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/contrib/openbsm/compat/ |
| H A D | compat.h | 36 #ifndef MSG_NOSIGNAL 37 #define MSG_NOSIGNAL 0 macro
|
| /freebsd/sbin/ggate/ggatec/ |
| H A D | ggatec.c | 178 numbytesprocd = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL); in send_thread() 192 ggio.gctl_length, MSG_NOSIGNAL); in send_thread() 336 if (g_gate_send(sfd, &ver, sizeof(ver), MSG_NOSIGNAL) == -1) { in handshake() 370 if (g_gate_send(sfd, &cinit, sizeof(cinit), MSG_NOSIGNAL) == -1) { in handshake()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | port-sockets.h | 255 #ifdef MSG_NOSIGNAL in socket_sendmsg() 256 flags |= MSG_NOSIGNAL; in socket_sendmsg()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | tpm_emul_swtpm.c | 90 len = send(tpm->fd, cmd, cmd_size, MSG_NOSIGNAL|MSG_DONTWAIT); in tpm_swtpm_execute_cmd()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syzkaller82.sh | 106 /*f=MSG_NOSIGNAL|MSG_EOF|MSG_DONTWAIT|MSG_DONTROUTE*/ 0x20184ul,
|
| /freebsd/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/sbin/hastd/ |
| H A D | proto_common.c | 115 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
|
| /freebsd/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/sys/netinet/ |
| H A D | sctp_syscalls.c | 304 !(uap->flags & MSG_NOSIGNAL)) { in sys_sctp_generic_sendmsg() 419 !(uap->flags & MSG_NOSIGNAL)) { in sys_sctp_generic_sendmsg_iov()
|
| /freebsd/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/sys/sys/ |
| H A D | socket.h | 473 #define MSG_NOSIGNAL 0x00020000 /* do not generate SIGPIPE on EOF */ macro
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | trans_lsock.c | 401 return (sendto(pi->fd, buf, len, MSG_NOSIGNAL, pi->peer, pi->peerlen)); in lsock_send()
|
| /freebsd/tests/sys/kern/ |
| H A D | unix_seqpacket_test.c | 861 ssize = send(s2, data, datalen, MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 662 ret_flags |= MSG_NOSIGNAL; in linux_to_bsd_msg_flags()
|
| /freebsd/sys/kern/ |
| H A D | uipc_socket.c | 2691 (flags & MSG_NOSIGNAL) == 0) {
|