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

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1271 const bool nosignal = ((flags & MSG_NOSIGNAL) != 0); local
1344 if (written == EPIPE && is_syscall() && !nosignal)
1423 if (status == EPIPE && is_syscall() && !nosignal)

Completed in 84 milliseconds