Searched refs:MSG_NOSIGNAL (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/debug/strace/
H A Dnetwork.cpp40 FLAG_INFO_ENTRY(MSG_NOSIGNAL),
/haiku/headers/posix/sys/
H A Dsocket.h124 #define MSG_NOSIGNAL 0x0800 /* don't raise SIGPIPE if socket is closed */ macro
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1143 // MSG_NOSIGNAL is only meaningful for send(), not receive(), but it is
1145 flags &= ~MSG_NOSIGNAL;
1253 const bool nosignal = ((flags & MSG_NOSIGNAL) != 0);
1254 flags &= ~MSG_NOSIGNAL;

Completed in 39 milliseconds