Home
last modified time | relevance | path

Searched refs:ethernet_tap_name (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dvalidate.cpp39 auto eth = instance.ethernet_tap_name(); in TestTapDevices()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h354 std::string ethernet_tap_name() const;
733 void set_ethernet_tap_name(const std::string& ethernet_tap_name);
Dcuttlefish_config_instance.cpp1505 std::string CuttlefishConfig::InstanceSpecific::ethernet_tap_name() const { in ethernet_tap_name() function in cuttlefish::CuttlefishConfig::InstanceSpecific
1509 const std::string& ethernet_tap_name) { in set_ethernet_tap_name() argument
1510 (*Dictionary())[kEthernetTapName] = ethernet_tap_name; in set_ethernet_tap_name()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp708 "tap,id=hostnet1,ifname=", instance.ethernet_tap_name(), in StartCommands()
Dcrosvm_manager.cpp603 crosvm_cmd.AddTap(instance.ethernet_tap_name(), instance.ethernet_mac(), ethernet_pci); in StartCommands()