Searched refs:MSG_NOSIGNAL (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | nosignal.c | 31 #ifndef MSG_NOSIGNAL 32 #define MSG_NOSIGNAL 0 macro 66 assert(MSG_NOSIGNAL > 0); in main() 76 len = send(c, msg, strlen(msg), MSG_NOSIGNAL); in main()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | sockstream.c | 78 n = send(fd, p + len, nbytes - len, MSG_NOSIGNAL); in stream_write()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 430 #define MSG_NOSIGNAL 0x200 /* Don't generate SIGPIPE */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 425 #define MSG_NOSIGNAL 0x20000 /* do not generate SIGPIPE on EOF */ macro
|
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/ |
H A D | tcpsig.c | 554 if (send(src, &msgdata, sizeof (msgdata), MSG_NOSIGNAL) != in tcpsig_sendrecv()
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 559 if (sendto(src, &tt_msg, sizeof (tt_msg), MSG_NOSIGNAL, addr, in ttl_sendrecv()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 345 ((msg->msg_flags & MSG_NOSIGNAL) == 0)) { in socket_sendmsg()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 3111 { MSG_NOSIGNAL, "|MSG_NOSIGNAL" },
|