Home
last modified time | relevance | path

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

/freebsd-10-stable/tools/regression/netinet/tcpdrop/
Dtcpdrop.c91 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_server()
106 len = send(accept_fd, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_server()
167 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_client()
189 len = send(sock, &ch, sizeof(ch), MSG_NOSIGNAL); in tcp_client()
/freebsd-10-stable/contrib/openbsm/compat/
Dcompat.h36 #ifndef MSG_NOSIGNAL
37 #define MSG_NOSIGNAL 0 macro
/freebsd-10-stable/sbin/ggate/ggatec/
Dggatec.c152 data = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL); in send_thread()
166 ggio.gctl_length, MSG_NOSIGNAL); in send_thread()
288 if (g_gate_send(sfd, &ver, sizeof(ver), MSG_NOSIGNAL) == -1) { in handshake()
322 if (g_gate_send(sfd, &cinit, sizeof(cinit), MSG_NOSIGNAL) == -1) { in handshake()
/freebsd-10-stable/lib/libc/net/
Dnscachedcli.c80 eventlist.data : data_size - result, MSG_NOSIGNAL, in safe_write()
180 MSG_NOSIGNAL) == -1) ? -1 : 0; in send_credentials()
/freebsd-10-stable/sbin/hastd/
Dproto_common.c116 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
Dproto_common.c115 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
Dproto_tls.c244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL); in ssl_recv_tcp_send()
/freebsd-10-stable/sys/netinet/
Dsctp_syscalls.c295 !(uap->flags & MSG_NOSIGNAL)) {
423 !(uap->flags & MSG_NOSIGNAL)) {
/freebsd-10-stable/sys/sys/
Dsocket.h418 #define MSG_NOSIGNAL 0x20000 /* do not generate SIGPIPE on EOF */ macro
/freebsd-10-stable/tests/sys/kern/
Dunix_seqpacket_test.c762 ssize = send(s, data, sizeof(data), MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
/freebsd-10-stable/sys/compat/linux/
Dlinux_socket.c436 ret_flags |= MSG_NOSIGNAL; in linux_to_bsd_msg_flags()
/freebsd-10-stable/sys/kern/
Duipc_syscalls.c951 !(flags & MSG_NOSIGNAL)) {