|
Android-cuttlefish cvd tool
|


Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::AddTapIface (std::string_view name) |
| Result< void > | cuttlefish::ShutdownIface (std::string_view name) |
| Result< void > | cuttlefish::BringUpIface (std::string_view name) |
| Result< void > | cuttlefish::AddGateway (std::string_view name, std::string_view gateway, std::string_view netmask) |
| Result< void > | cuttlefish::DestroyGateway (std::string_view name, std::string_view gateway, std::string_view netmask) |
| Result< void > | cuttlefish::LinkTapToBridge (std::string_view tap_name, std::string_view bridge_name) |
| Result< void > | cuttlefish::DeleteIface (std::string_view name) |
| Result< bool > | cuttlefish::BridgeInUse (std::string_view name) |
| Result< bool > | cuttlefish::BridgeExists (std::string_view name) |
| Result< void > | cuttlefish::CreateBridge (std::string_view name) |
| Result< void > | cuttlefish::IptableConfig (std::string_view iptables_path, std::string_view network, bool add) |
Variables | |
| constexpr char | cuttlefish::kCvdNetworkGroupName [] = "cvdnetwork" |