MSG_NOSIGNAL
if (send(s, frame, len, MSG_NOSIGNAL) != (ssize_t)len) {
n = send(fd, win, winlen, MSG_NOSIGNAL);
n = recv(daemonpipe[0], &error, sizeof(error), MSG_NOSIGNAL);
n = send(daemonpipe[1], &error, sizeof(error), MSG_NOSIGNAL);
#ifndef MSG_NOSIGNAL
if (send(newfd, banner, strlen(banner), MSG_NOSIGNAL)
n = host_sendmsg(fd, &msg, MSG_NOSIGNAL);
sent_len = send(s, p, len, MSG_NOSIGNAL);
recv_len = recv(s, p, len, MSG_NOSIGNAL);
{MSG_NOSIGNAL, LINUX_MSG_NOSIGNAL},
(flags & MSG_NOSIGNAL) == 0) {
#ifdef MSG_NOSIGNAL
{RUMP_MSG_NOSIGNAL, MSG_NOSIGNAL},
if (send(cl->fd, &cp, sizeof(cp), MSG_NOSIGNAL) != sizeof(cp))
return sendto(sock, msg, sizeof(hci_cmd_hdr_t) + len, MSG_NOSIGNAL,
if (recvmsg(fd, &msg, MSG_NOSIGNAL|MSG_PEEK) != (ssize_t)len) {
if (recv(fd, buf, len, MSG_NOSIGNAL) != (ssize_t)len) {
switch (readen = recv(fd, data, len, MSG_NOSIGNAL|MSG_PEEK)) {
switch (readen = recv(fd, data, len, MSG_NOSIGNAL)) {
switch (written = send(fd, data, len, MSG_NOSIGNAL)) {
n = recv(fd, win, winlen, MSG_NOSIGNAL);
n = send(fd, win, winlen, MSG_NOSIGNAL);