Searched defs:IPv4AddressData (Results 1 – 2 of 2) sorted by relevance
73 struct IPv4AddressData struct75 std::string id;76 std::string address;77 std::string domain;78 std::string gateway;79 std::string netmask;80 std::string origin;81 LinkType linktype{};82 bool isActive{};
772 const std::vector<IPv4AddressData>&) mutable { in handleHypervisorEthernetInterfacePatch()