Searched refs:StaticGatewayInfo (Results 1 – 3 of 3) sorted by relevance
85 struct StaticGatewayInfo struct91 constexpr bool operator==(const StaticGatewayInfo& rhs) const noexcept in operator ==() argument105 std::unordered_map<std::string, StaticGatewayInfo> staticGateways = {};
109 void addStaticGateway(const StaticGatewayInfo& info);
233 void EthernetInterface::addStaticGateway(const StaticGatewayInfo& info) in addStaticGateway()