Searched refs:IfaceConfig (Results 1 – 3 of 3) sorted by relevance
30 struct IfaceConfig { struct37 IfaceConfig DefaultNetworkInterfaces(int num); argument40 std::optional<IfaceConfig> AllocateNetworkInterfaces();
34 IfaceConfig DefaultNetworkInterfaces(int num) { in DefaultNetworkInterfaces()35 IfaceConfig config{}; in DefaultNetworkInterfaces()55 std::optional<IfaceConfig> AllocateNetworkInterfaces() { in AllocateNetworkInterfaces()56 IfaceConfig config{}; in AllocateNetworkInterfaces()
1354 IfaceConfig iface_config; in InitializeCuttlefishConfiguration()