Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c299 !(uap->flags & MSG_NOSIGNAL)) {
423 !(uap->flags & MSG_NOSIGNAL)) {
/f-stack/tools/compat/include/sys/
H A Dsocket.h458 #define MSG_NOSIGNAL 0x00020000 /* do not generate SIGPIPE on EOF */ macro
/f-stack/freebsd/sys/
H A Dsocket.h464 #define MSG_NOSIGNAL 0x00020000 /* do not generate SIGPIPE on EOF */ macro
/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c190 ret = sendmsg(sockfd, &msgh, MSG_NOSIGNAL); in send_fd_message()
/f-stack/freebsd/kern/
H A Duipc_syscalls.c811 !(flags & MSG_NOSIGNAL)) { in kern_sendit()
/f-stack/app/redis-5.0.5/src/
H A Dserver.c4013 sendto_flags |= MSG_NOSIGNAL; in redisSupervisedSystemd()