Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.cpp76 auto just_written = fd_->Send(data + written, size - written, MSG_NOSIGNAL); in SendNoSignal()
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp63 msg.size() - total_written, MSG_NOSIGNAL); in SendAll()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp60 length - written, MSG_NOSIGNAL); in SendAll()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsocket.h464 #define MSG_NOSIGNAL 0x0400 /* do not generate SIGPIPE on EOF */ macro