|
Android-cuttlefish cvd tool
|
This is the complete list of members for UdpSocket, including all inherited members.
| Accept() | Socket | inlinevirtual |
| addr_ | UdpSocket | private |
| addr_size_ | UdpSocket | private |
| Close() | Socket | virtual |
| DISALLOW_COPY_AND_ASSIGN(UdpSocket) | UdpSocket | private |
| FRIEND_TEST(SocketTest, TestTcpSendBuffers) | Socket | private |
| FRIEND_TEST(SocketTest, TestUdpSendBuffers) | Socket | private |
| GetErrorMessage() | Socket | static |
| GetLocalPort() | Socket | |
| NewClient(Protocol protocol, const std::string &hostname, int port, std::string *error) | Socket | static |
| NewServer(Protocol protocol, int port) | Socket | static |
| Protocol enum name | Socket | |
| Receive(void *data, size_t length, int timeout_ms) override | UdpSocket | virtual |
| receive_timed_out_ | Socket | protected |
| ReceiveAll(void *data, size_t length, int timeout_ms) | Socket | virtual |
| ReceiveTimedOut() | Socket | inline |
| Send(const void *data, size_t length) override | UdpSocket | virtual |
| Send(std::vector< cutils_socket_buffer_t > buffers) override | UdpSocket | virtual |
| sock_ | Socket | protected |
| Socket(cutils_socket_t sock) | Socket | explicitprotected |
| socket_send_buffers_function_ | Socket | protected |
| Type enum name | UdpSocket | |
| UdpSocket(Type type, cutils_socket_t sock) | UdpSocket | |
| WaitForRecv(int timeout_ms) | Socket | protected |
| ~Socket() | Socket | virtual |