Searched refs:MSG_NOSIGNAL (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.sbin/cron/ |
| D | client.c | 110 send(sock, &cookie, 1, MSG_NOSIGNAL); in poke_daemon()
|
| /openbsd/src/sys/sys/ |
| D | socket.h | 512 #define MSG_NOSIGNAL 0x400 /* do not send SIGPIPE */ macro
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Socket/ |
| D | Makefile.PL | 200 MSG_MCAST MSG_NOSIGNAL MSG_RST MSG_SYN MSG_TRUNC MSG_URG MSG_WAITALL
|
| /openbsd/src/usr.bin/mg/ |
| D | region.c | 641 if (((w = send(fd, *text, *len, MSG_NOSIGNAL)) == -1)) { in pwriteout()
|
| /openbsd/src/usr.sbin/nsd/dnstap/ |
| D | dnstap_collector.c | 516 r = send(s, data, len, MSG_DONTWAIT | MSG_NOSIGNAL); in attempt_to_send()
|
| /openbsd/src/lib/libc/asr/ |
| D | res_send_async.c | 542 n = sendmsg(as->as_fd, &msg, MSG_NOSIGNAL); in tcp_write()
|
| /openbsd/src/lib/libagentx/ |
| D | ax.c | 390 MSG_NOSIGNAL | MSG_DONTWAIT)) == -1) in ax_send()
|
| /openbsd/src/usr.sbin/snmpd/ |
| D | ax.c | 492 MSG_NOSIGNAL | MSG_DONTWAIT)) == -1) in ax_send()
|
| /openbsd/src/sys/kern/ |
| D | uipc_syscalls.c | 784 if (error == EPIPE && (flags & MSG_NOSIGNAL) == 0) in sendit()
|