Home
last modified time | relevance | path

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

/netbsd/src/lib/librumpuser/
Drumpuser_daemonize.c125 n = recv(daemonpipe[0], &error, sizeof(error), MSG_NOSIGNAL); in rumpuser_daemonize_begin()
168 n = send(daemonpipe[1], &error, sizeof(error), MSG_NOSIGNAL); in rumpuser_daemonize_done()
Drumpuser_port.h298 #ifndef MSG_NOSIGNAL
299 #define MSG_NOSIGNAL 0 macro
Dsp_common.c334 n = host_sendmsg(fd, &msg, MSG_NOSIGNAL); in dosend()
Drumpuser_sp.c639 if (send(newfd, banner, strlen(banner), MSG_NOSIGNAL) in serv_handleconn()
/netbsd/src/usr.sbin/perfused/
Dmsg.c137 if (recvmsg(fd, &msg, MSG_NOSIGNAL|MSG_PEEK) != (ssize_t)len) { in perfused_recv_early()
156 if (recv(fd, buf, len, MSG_NOSIGNAL) != (ssize_t)len) { in perfused_recv_early()
492 switch (readen = recv(fd, data, len, MSG_NOSIGNAL|MSG_PEEK)) { in perfused_readframe()
539 switch (readen = recv(fd, data, len, MSG_NOSIGNAL)) { in perfused_readframe()
574 switch (written = send(fd, data, len, MSG_NOSIGNAL)) { in perfused_writeframe()
/netbsd/src/external/bsd/fetch/dist/libfetch/
Dcommon.c72 #ifndef MSG_NOSIGNAL
725 #ifndef MSG_NOSIGNAL
729 #ifndef MSG_NOSIGNAL
773 #ifndef MSG_NOSIGNAL
776 wlen = send(conn->sd, buf, len, MSG_NOSIGNAL);
/netbsd/src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
Dopenl2tp.c159 MSG_NOSIGNAL); in openl2tp_send_accm_ind()
246 MSG_NOSIGNAL); in openl2tp_ppp_updown_ind()
/netbsd/src/sys/rump/net/lib/libsockin/
Dsockin_user.c197 #ifdef MSG_NOSIGNAL
198 {RUMP_MSG_NOSIGNAL, MSG_NOSIGNAL},
/netbsd/src/usr.sbin/puffs/mount_psshfs/
Dpsbuf.c112 n = recv(fd, win, winlen, MSG_NOSIGNAL); in psbuf_read()
157 n = send(fd, win, winlen, MSG_NOSIGNAL); in psbuf_write()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
Dtio.c336 #ifdef MSG_NOSIGNAL in tio_writebuf()
338 fp->writebuffer.len, MSG_NOSIGNAL); in tio_writebuf()
/netbsd/src/lib/libpuffs/
Drequests.c172 n = send(fd, win, winlen, MSG_NOSIGNAL); in puffs__fsframe_write()
/netbsd/src/usr.sbin/bthcid/
Dhci.c338 return sendto(sock, msg, sizeof(hci_cmd_hdr_t) + len, MSG_NOSIGNAL, in send_hci_cmd()
Dclient.c271 if (send(cl->fd, &cp, sizeof(cp), MSG_NOSIGNAL) != sizeof(cp)) in send_client_request()
/netbsd/src/external/bsd/libpcap/dist/
Dsockutils.c1237 #ifdef MSG_NOSIGNAL in sock_send()
1244 nsent = send(sock, buffer, remaining, MSG_NOSIGNAL); in sock_send()
/netbsd/src/sys/sys/
Dsocket.h500 #define MSG_NOSIGNAL 0x0400 /* do not generate SIGPIPE on EOF */ macro
/netbsd/src/sys/arch/usermode/usermode/
Dthunk.c1098 sent_len = send(s, p, len, MSG_NOSIGNAL); in safe_send()
1120 recv_len = recv(s, p, len, MSG_NOSIGNAL); in safe_recv()
/netbsd/src/lib/libperfuse/
Dperfuse.c394 if (send(s, frame, len, MSG_NOSIGNAL) != (ssize_t)len) { in perfuse_mount()
/netbsd/src/sys/compat/linux/common/
Dlinux_socket.c206 {MSG_NOSIGNAL, LINUX_MSG_NOSIGNAL},
/netbsd/src/sys/kern/
Duipc_syscalls.c613 (flags & MSG_NOSIGNAL) == 0) { in do_sys_sendmsg_so()