|
Android-cuttlefish cvd tool
|
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| std::string | cuttlefish::CvdallocInterfaceName (const std::string &name, int num) |
| std::string | cuttlefish::InstanceToMobileGatewayAddress (int num) |
| std::string | cuttlefish::InstanceToMobileAddress (int num) |
| std::string | cuttlefish::InstanceToMobileBroadcast (int num) |
| std::string | cuttlefish::InstanceToWifiGatewayAddress (int num) |
| std::string | cuttlefish::InstanceToWifiAddress (int num) |
| std::string | cuttlefish::InstanceToWifiBroadcast (int num) |
| std::string | cuttlefish::InstanceToBridgedWifiGatewayAddress (int num) |
| std::string | cuttlefish::InstanceToBridgedWifiAddress (int num) |
| std::string | cuttlefish::InstanceToBridgedWifiBroadcast (int num) |
Variables | |
| constexpr std::string_view | cuttlefish::kCvdallocEthernetBridgeName = "cvd-pi-ebr" |
| constexpr std::string_view | cuttlefish::kCvdallocWirelessBridgeName = "cvd-pi-wbr" |
| constexpr char | cuttlefish::kCvdallocMobileIpPrefix [] = "192.168.144" |
| constexpr char | cuttlefish::kCvdallocWirelessIpPrefix [] = "192.168.160" |
| constexpr char | cuttlefish::kCvdallocWirelessApIpPrefix [] = "192.168.176" |
| constexpr char | cuttlefish::kCvdallocEthernetIpPrefix [] = "192.168.192" |