MSG_NOSIGNAL
n = send(fd, p + len, nbytes - len, MSG_NOSIGNAL);
len = send(tpm->fd, cmd, cmd_size, MSG_NOSIGNAL|MSG_DONTWAIT);
len = send(tpm->fd, cmd, cmd_size, MSG_NOSIGNAL|MSG_DONTWAIT);
{ MSG_NOSIGNAL, "|MSG_NOSIGNAL" },
if (sendto(src, &tt_msg, sizeof (tt_msg), MSG_NOSIGNAL, addr,
#ifndef MSG_NOSIGNAL
assert(MSG_NOSIGNAL > 0);
len = send(c, msg, strlen(msg), MSG_NOSIGNAL);
if (send(src, &msgdata, sizeof (msgdata), MSG_NOSIGNAL) !=
((msg->msg_flags & MSG_NOSIGNAL) == 0)) {