Home
last modified time | relevance | path

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

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