Home
last modified time | relevance | path

Searched defs:IPv4AddressData (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp72 struct IPv4AddressData struct
74 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{};
H A Dhypervisor_system.hpp772 const std::vector<IPv4AddressData>&) mutable { in handleHypervisorEthernetInterfacePatch()