Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc106 Json::Value etap_resp; in AllocateNetworkInterfaces() local
124 etap_resp = resp_list[i]; in AllocateNetworkInterfaces()
145 if (!etap_resp.isMember("iface_type")) { in AllocateNetworkInterfaces()
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()