Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dstatic_gateway.hpp22 using StaticGatewayObj = sdbusplus::server::object_t< typedef
34 class StaticGateway : public StaticGatewayObj
51 using StaticGatewayObj::gateway;
53 using StaticGatewayObj::protocolType;
H A Dstatic_gateway.cpp35 StaticGatewayObj(bus, objPath.str.c_str(), in StaticGateway()
36 StaticGatewayObj::action::defer_emit), in StaticGateway()
39 StaticGatewayObj::gateway(gateway, true); in StaticGateway()
40 StaticGatewayObj::protocolType(protocolType, true); in StaticGateway()
H A Dethernet_interface.cpp255 it->second->StaticGatewayObj::gateway(*info.gateway); in addStaticGateway()
417 it->second->StaticGatewayObj::gateway(gateway); in staticGateway()