Home
last modified time | relevance | path

Searched refs:IfaceType (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp57 const std::map<std::string, IfaceType> StrToIfaceTyMap = {
58 {"invalid", IfaceType::Invalid}, {"mtap", IfaceType::mtap},
59 {"wtap", IfaceType::wtap}, {"wifiap", IfaceType::wifiap},
60 {"etap", IfaceType::etap}, {"wbr", IfaceType::wbr},
61 {"ebr", IfaceType::ebr}};
63 const std::map<IfaceType, std::string> IfaceTyToStrMap = {
64 {IfaceType::Invalid, "invalid"}, {IfaceType::mtap, "mtap"},
65 {IfaceType::wtap, "wtap"}, {IfaceType::wifiap, "wifiap"},
66 {IfaceType::etap, "etap"}, {IfaceType::wbr, "wbr"},
67 {IfaceType::ebr, "ebr"}};
[all …]
Dutils.h56 IfaceType StrToIfaceTy(const std::string& iface);
58 std::string IfaceTyToStr(IfaceType iface);
Drequest.h44 enum class IfaceType : uint16_t { enum
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc111 case IfaceType::mtap: { in AllocateNetworkInterfaces()
115 case IfaceType::wtap: { in AllocateNetworkInterfaces()
119 case IfaceType::wifiap: { in AllocateNetworkInterfaces()
123 case IfaceType::etap: { in AllocateNetworkInterfaces()