Searched refs:MSG_NOSIGNAL (Results 1 – 4 of 4) sorted by relevance
76 auto just_written = fd_->Send(data + written, size - written, MSG_NOSIGNAL); in SendNoSignal()
63 msg.size() - total_written, MSG_NOSIGNAL); in SendAll()
60 length - written, MSG_NOSIGNAL); in SendAll()
464 #define MSG_NOSIGNAL 0x0400 /* do not generate SIGPIPE on EOF */ macro