Home
last modified time | relevance | path

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

/freebsd-14.2/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c89 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 Dcompat.h36 #ifndef MSG_NOSIGNAL
37 #define MSG_NOSIGNAL 0 macro
/freebsd-14.2/sbin/ggate/ggatec/
H A Dggatec.c176 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 Dproto_common.c116 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c115 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
H A Dproto_tls.c244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL); in ssl_recv_tcp_send()
/freebsd-14.2/lib/libc/net/
H A Dnscachedcli.c79 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 Dsctp_syscalls.c284 !(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 Dsockutils.c1237 #ifdef MSG_NOSIGNAL in sock_send()
1244 nsent = send(sock, buffer, remaining, MSG_NOSIGNAL); in sock_send()
/freebsd-14.2/sys/sys/
H A Dsocket.h470 #define MSG_NOSIGNAL 0x00020000 /* do not generate SIGPIPE on EOF */ macro
/freebsd-14.2/tests/sys/kern/
H A Dunix_seqpacket_test.c789 ssize = send(s2, data, datalen, MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_socket.c624 ret_flags |= MSG_NOSIGNAL; in linux_to_bsd_msg_flags()
/freebsd-14.2/sys/kern/
H A Duipc_socket.c2546 (flags & MSG_NOSIGNAL) == 0) {