Home
last modified time | relevance | path

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

/freebsd/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/contrib/openbsm/compat/
H A Dcompat.h36 #ifndef MSG_NOSIGNAL
37 #define MSG_NOSIGNAL 0 macro
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c178 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 Dport-sockets.h255 #ifdef MSG_NOSIGNAL in socket_sendmsg()
256 flags |= MSG_NOSIGNAL; in socket_sendmsg()
/freebsd/usr.sbin/bhyve/
H A Dtpm_emul_swtpm.c90 len = send(tpm->fd, cmd, cmd_size, MSG_NOSIGNAL|MSG_DONTWAIT); in tpm_swtpm_execute_cmd()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller82.sh106 /*f=MSG_NOSIGNAL|MSG_EOF|MSG_DONTWAIT|MSG_DONTROUTE*/ 0x20184ul,
/freebsd/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/sbin/hastd/
H A Dproto_common.c115 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
/freebsd/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/sys/netinet/
H A Dsctp_syscalls.c304 !(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 Dsockutils.c1237 #ifdef MSG_NOSIGNAL in sock_send()
1244 nsent = send(sock, buffer, remaining, MSG_NOSIGNAL); in sock_send()
/freebsd/sys/sys/
H A Dsocket.h473 #define MSG_NOSIGNAL 0x00020000 /* do not generate SIGPIPE on EOF */ macro
/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c401 return (sendto(pi->fd, buf, len, MSG_NOSIGNAL, pi->peer, pi->peerlen)); in lsock_send()
/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c861 ssize = send(s2, data, datalen, MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c662 ret_flags |= MSG_NOSIGNAL; in linux_to_bsd_msg_flags()
/freebsd/sys/kern/
H A Duipc_socket.c2691 (flags & MSG_NOSIGNAL) == 0) {