Searched refs:MSG_NOSIGNAL (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/tools/regression/netinet/tcpdrop/ |
| D | tcpdrop.c | 91 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/ |
| D | compat.h | 36 #ifndef MSG_NOSIGNAL 37 #define MSG_NOSIGNAL 0 macro
|
| /freebsd-10-stable/sbin/ggate/ggatec/ |
| D | ggatec.c | 152 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/ |
| D | nscachedcli.c | 80 eventlist.data : data_size - result, MSG_NOSIGNAL, in safe_write() 180 MSG_NOSIGNAL) == -1) ? -1 : 0; in send_credentials()
|
| /freebsd-10-stable/sbin/hastd/ |
| D | proto_common.c | 116 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
|
| /freebsd-10-stable/contrib/openbsm/bin/auditdistd/ |
| D | proto_common.c | 115 done = send(sock, data, sendsize, MSG_NOSIGNAL); in proto_common_send()
|
| D | proto_tls.c | 244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL); in ssl_recv_tcp_send()
|
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_syscalls.c | 295 !(uap->flags & MSG_NOSIGNAL)) { 423 !(uap->flags & MSG_NOSIGNAL)) {
|
| /freebsd-10-stable/sys/sys/ |
| D | socket.h | 418 #define MSG_NOSIGNAL 0x20000 /* do not generate SIGPIPE on EOF */ macro
|
| /freebsd-10-stable/tests/sys/kern/ |
| D | unix_seqpacket_test.c | 762 ssize = send(s, data, sizeof(data), MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_socket.c | 436 ret_flags |= MSG_NOSIGNAL; in linux_to_bsd_msg_flags()
|
| /freebsd-10-stable/sys/kern/ |
| D | uipc_syscalls.c | 951 !(flags & MSG_NOSIGNAL)) {
|