Searched refs:resp_list (Results 1 – 1 of 1) sorted by relevance
102 Json::Value resp_list = resp["response_list"]; in AllocateNetworkInterfaces() local107 for (Json::Value::ArrayIndex i = 0; i != resp_list.size(); ++i) { in AllocateNetworkInterfaces()108 auto ty = StrToIfaceTy(resp_list[i]["iface_type"].asString()); in AllocateNetworkInterfaces()112 mtap_resp = resp_list[i]; in AllocateNetworkInterfaces()116 wtap_resp = resp_list[i]; in AllocateNetworkInterfaces()120 wifiap_resp = resp_list[i]; in AllocateNetworkInterfaces()124 etap_resp = resp_list[i]; in AllocateNetworkInterfaces()