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.hpp73 struct IPv4AddressData struct
75 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{};
H A Dhypervisor_system.hpp772 const std::vector<IPv4AddressData>&) mutable { in handleHypervisorEthernetInterfacePatch()