Searched refs:IfaceType (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/host/libs/allocd/ |
D | utils.cpp | 57 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 …]
|
D | utils.h | 56 IfaceType StrToIfaceTy(const std::string& iface); 58 std::string IfaceTyToStr(IfaceType iface);
|
D | request.h | 44 enum class IfaceType : uint16_t { enum
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | alloc.cc | 111 case IfaceType::mtap: { in AllocateNetworkInterfaces() 115 case IfaceType::wtap: { in AllocateNetworkInterfaces() 119 case IfaceType::wifiap: { in AllocateNetworkInterfaces() 123 case IfaceType::etap: { in AllocateNetworkInterfaces()
|