Android-cuttlefish cvd tool
Namespaces | Enumerations | Functions
external_network_mode.h File Reference
#include <ostream>
#include <string_view>
#include <fmt/ostream.h>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for external_network_mode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Enumerations

enum class  cuttlefish::ExternalNetworkMode { cuttlefish::kUnknown , cuttlefish::kTap , cuttlefish::kSlirp }
 

Functions

std::ostream & cuttlefish::operator<< (std::ostream &out, ExternalNetworkMode net)
 
Result< ExternalNetworkMode > cuttlefish::ParseExternalNetworkMode (std::string_view str)