Home
last modified time | relevance | path

Searched refs:ethernet_tap (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc48 config.ethernet_tap.name = StrForInstance("cvd-etap-", num); in DefaultNetworkInterfaces()
49 config.ethernet_tap.resource_id = 0; in DefaultNetworkInterfaces()
50 config.ethernet_tap.session_id = 0; in DefaultNetworkInterfaces()
163 config.ethernet_tap.name = etap_resp["iface_name"].asString(); in AllocateNetworkInterfaces()
164 config.ethernet_tap.resource_id = etap_resp["resource_id"].asUInt(); in AllocateNetworkInterfaces()
165 config.ethernet_tap.session_id = session_id; in AllocateNetworkInterfaces()
Dalloc.h34 IfaceData ethernet_tap; member
Dflags.cc1557 instance.set_ethernet_tap_name(iface_config.ethernet_tap.name); in InitializeCuttlefishConfiguration()