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