Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Dnosignal.c31 #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/
H A Dsockstream.c79 n = send(fd, p + len, nbytes - len, MSG_NOSIGNAL); in stream_write()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h428 #define MSG_NOSIGNAL 0x200 /* Don't generate SIGPIPE */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h425 #define MSG_NOSIGNAL 0x20000 /* do not generate SIGPIPE on EOF */ macro
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/
H A Dtcpsig.c523 if (send(src, &msgdata, sizeof (msgdata), MSG_NOSIGNAL) != in tcpsig_sendrecv()
/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c559 if (sendto(src, &tt_msg, sizeof (tt_msg), MSG_NOSIGNAL, addr, in ttl_sendrecv()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c345 ((msg->msg_flags & MSG_NOSIGNAL) == 0)) { in socket_sendmsg()