Searched refs:MSG_NOSIGNAL (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish_common/host/commands/ivserver/ |
D | hald_client_test.cc | 115 &proto_version, sizeof(proto_version), MSG_NOSIGNAL))); in TEST_F() 117 test_socket_->Send(&size, sizeof(size), MSG_NOSIGNAL); in TEST_F() 153 &proto_version, sizeof(proto_version), MSG_NOSIGNAL))); in TEST_F() 157 &size, sizeof(size), MSG_NOSIGNAL))); in TEST_F() 159 size, MSG_NOSIGNAL))); in TEST_F() 170 EXPECT_GT(test_socket_->RecvMsgAndFDs<3>(hdr, MSG_NOSIGNAL, &fds), 0); in TEST_F()
|
D | hald_client.cc | 54 sizeof(kHaldClientProtocolVersion), MSG_NOSIGNAL); in PerformHandshake() 63 MSG_NOSIGNAL) != sizeof(region_name_len)) { in PerformHandshake() 77 MSG_NOSIGNAL); in PerformHandshake() 118 rval = client_socket_->SendMsgAndFDs<3>(hdr, MSG_NOSIGNAL, fds); in PerformHandshake()
|
D | qemu_client.cc | 49 int rval = client_socket_->Send(&msg, sizeof(msg), MSG_NOSIGNAL); in PerformHandshake() 60 rval = client_socket_->Send(&msg, sizeof(msg), MSG_NOSIGNAL); in PerformHandshake()
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | client.cpp | 108 return fd->Send(&net, sizeof(T), MSG_NOSIGNAL) == sizeof(T); in SendUSBIPMsg() 117 bool res = fd->Recv(&net, sizeof(T), MSG_NOSIGNAL) == sizeof(T); in RecvUSBIPMsg() 194 fd_->Recv(&payload[got], payload.size() - got, MSG_NOSIGNAL); in HandleSubmitCmd() 266 fd_->Send(data.data(), data.size(), MSG_NOSIGNAL)) != data.size()) { in HandleAsyncDataReady()
|
/device/google/cuttlefish_common/host/vsoc/lib/ |
D | region_control.cpp | 205 sizeof(protocol_version), MSG_NOSIGNAL); in Open() 220 bytes = region_server->Send(&size, sizeof(size), MSG_NOSIGNAL); in Open() 227 bytes = region_server->Send(region_name, size, MSG_NOSIGNAL); in Open()
|
/device/google/cuttlefish_common/common/libs/tcp_socket/ |
D | tcp_socket.cpp | 76 auto just_written = fd_->Send(data + written, size - written, MSG_NOSIGNAL); in SendNoSignal()
|
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 61 packet.payload_length() - written, MSG_NOSIGNAL); in SendAll()
|
/device/google/cuttlefish_common/host/libs/adb_connection_maintainer/ |
D | adb_connection_maintainer.cpp | 63 msg.size() - total_written, MSG_NOSIGNAL); in SendAll()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | socket.h | 464 #define MSG_NOSIGNAL 0x0400 /* do not generate SIGPIPE on EOF */ macro
|
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/ |
D | main.cpp | 79 packet.payload_length() - written, MSG_NOSIGNAL); in SendAll()
|