Android-cuttlefish cvd tool
|
#include "cuttlefish/common/frontend/socket_vsock_proxy/client.h"
#include <chrono>
#include <string>
#include <android-base/strings.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::socket_proxy |
namespace | cuttlefish::socket_proxy::anonymous_namespace{client.cpp} |
Functions | |
bool | cuttlefish::socket_proxy::anonymous_namespace{client.cpp}::IsIpv6 (const std::string &address) |
SharedFD | cuttlefish::socket_proxy::anonymous_namespace{client.cpp}::StartIpv4 (const std::string &host, int port, std::chrono::seconds timeout) |
SharedFD | cuttlefish::socket_proxy::anonymous_namespace{client.cpp}::StartIpv6 (const std::string &host, int port, std::chrono::seconds timeout) |