Searched refs:ethernet_tap_name (Results 1 – 5 of 5) sorted by relevance
39 auto eth = instance.ethernet_tap_name(); in TestTapDevices()
354 std::string ethernet_tap_name() const;733 void set_ethernet_tap_name(const std::string& ethernet_tap_name);
1505 std::string CuttlefishConfig::InstanceSpecific::ethernet_tap_name() const { in ethernet_tap_name() function in cuttlefish::CuttlefishConfig::InstanceSpecific1509 const std::string& ethernet_tap_name) { in set_ethernet_tap_name() argument1510 (*Dictionary())[kEthernetTapName] = ethernet_tap_name; in set_ethernet_tap_name()
708 "tap,id=hostnet1,ifname=", instance.ethernet_tap_name(), in StartCommands()
603 crosvm_cmd.AddTap(instance.ethernet_tap_name(), instance.ethernet_mac(), ethernet_pci); in StartCommands()