Home
last modified time | relevance | path

Searched refs:INTF_ETHERNET (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp64 std::vector<std::string>{INTF_VLAN, INTF_ETHERNET}); in getVLANID()
95 else if (intf == INTF_ETHERNET) in getVLANID()
H A Dsd_event_loop.hpp39 constexpr auto INTF_ETHERNET = "xyz.openbmc_project.Network.EthernetInterface"; variable
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp17 constexpr auto INTF_ETHERNET = "xyz.openbmc_project.Network.EthernetInterface"; variable
H A Dtransporthandler.hpp342 getDbusProperty(bus, params.service, objPath, INTF_ETHERNET, in getGatewayProperty()
439 setDbusProperty(bus, params.service, objPath, INTF_ETHERNET, in setGatewayProperty()
H A Dtransporthandler.cpp84 std::vector<std::string> interfaces = {INTF_VLAN, INTF_ETHERNET}; in maybeGetChannelParams()
105 else if (intf == INTF_ETHERNET) in maybeGetChannelParams()
160 INTF_ETHERNET, prop)); in getEthProp()
167 INTF_ETHERNET, prop, t); in setEthProp()
261 INTF_ETHERNET, "DHCP4")) in getIfAddr4()