Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket.h637 #define MSG_NOSIGNAL 0x80000 /* do not generate SIGPIPE on EOF */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_syscalls.c1380 !(flags & MSG_NOSIGNAL)) { in sendit()
1954 !(uap->flags & MSG_NOSIGNAL)) { in sendmsg_x()