|
| Result< std::string > | cuttlefish::anonymous_namespace{alloc_utils.cpp}::SearchForIptables () |
| |
| Result< std::string > | cuttlefish::anonymous_namespace{alloc_utils.cpp}::SearchForDnsmasq () |
| |
| bool | cuttlefish::CreateEthernetIface (std::string_view name, std::string_view bridge_name) |
| |
| std::string | cuttlefish::MobileGatewayName (std::string_view ipaddr, uint16_t id) |
| |
| std::string | cuttlefish::MobileNetworkName (std::string_view ipaddr, std::string_view netmask, uint16_t id) |
| |
| bool | cuttlefish::CreateMobileIface (std::string_view name, uint16_t id, std::string_view ipaddr) |
| |
| bool | cuttlefish::DestroyMobileIface (std::string_view name, uint16_t id, std::string_view ipaddr) |
| |
| bool | cuttlefish::DestroyEthernetIface (std::string_view name) |
| |
| void | cuttlefish::CleanupEthernetIface (std::string_view name) |
| |
| bool | cuttlefish::CreateTap (std::string_view name) |
| |
| bool | cuttlefish::DestroyIface (std::string_view name) |
| |
| std::optional< std::string > | cuttlefish::GetUserName (uid_t uid) |
| |
| bool | cuttlefish::DestroyBridge (std::string_view name) |
| |
| bool | cuttlefish::SetupBridgeGateway (std::string_view bridge_name, std::string_view ipaddr) |
| |
| void | cuttlefish::CleanupBridgeGateway (std::string_view name, std::string_view ipaddr, const GatewayConfig &config) |
| |
| bool | cuttlefish::StartDnsmasq (std::string_view bridge_name, std::string_view gateway, std::string_view dhcp_range) |
| |
| bool | cuttlefish::StopDnsmasq (std::string_view name) |
| |
| bool | cuttlefish::CreateEthernetBridgeIface (std::string_view name, std::string_view ipaddr) |
| |
| bool | cuttlefish::DestroyEthernetBridgeIface (std::string_view name, std::string_view ipaddr) |
| |
| Result< std::string > | cuttlefish::IptablesPath () |
| |
| Result< std::string > | cuttlefish::DnsmasqPath () |
| |