Android-cuttlefish cvd tool
|
#include <stdint.h>
#include <optional>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
Go to the source code of this file.
Classes | |
struct | cuttlefish::IfaceData |
struct | cuttlefish::IfaceConfig |
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< IfaceConfig > | cuttlefish::DefaultNetworkInterfaces (const CuttlefishConfig::InstanceSpecific &instance) |
std::optional< IfaceConfig > | cuttlefish::AllocateNetworkInterfaces () |
Variables | |
constexpr std::string_view | cuttlefish::kDefaultInterfacePrefix = "cvd" |