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.cpp43 auto eth = instance.ethernet_tap_name(); in TestTapDevices()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h377 std::string ethernet_tap_name() const;
796 void set_ethernet_tap_name(const std::string& ethernet_tap_name);
Dcuttlefish_config_instance.cpp1699 std::string CuttlefishConfig::InstanceSpecific::ethernet_tap_name() const { in ethernet_tap_name() function in cuttlefish::CuttlefishConfig::InstanceSpecific
1703 const std::string& ethernet_tap_name) { in set_ethernet_tap_name() argument
1704 (*Dictionary())[kEthernetTapName] = ethernet_tap_name; in set_ethernet_tap_name()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp790 "tap,id=hostnet1,ifname=", instance.ethernet_tap_name(), in StartCommands()
Dcrosvm_manager.cpp709 crosvm_cmd.AddTap(instance.ethernet_tap_name(), instance.ethernet_mac(), in StartCommands()