Home
last modified time | relevance | path

Searched refs:StaticGatewayInfo (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp85 struct StaticGatewayInfo struct
91 constexpr bool operator==(const StaticGatewayInfo& rhs) const noexcept in operator ==() argument
105 std::unordered_map<std::string, StaticGatewayInfo> staticGateways = {};
H A Dethernet_interface.hpp109 void addStaticGateway(const StaticGatewayInfo& info);
H A Dethernet_interface.cpp233 void EthernetInterface::addStaticGateway(const StaticGatewayInfo& info) in addStaticGateway()