Searched refs:INTF_ETHERNET (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.cpp | 64 std::vector<std::string>{INTF_VLAN, INTF_ETHERNET}); in getVLANID() 95 else if (intf == INTF_ETHERNET) in getVLANID()
|
H A D | sd_event_loop.hpp | 39 constexpr auto INTF_ETHERNET = "xyz.openbmc_project.Network.EthernetInterface"; variable
|
/openbmc/phosphor-host-ipmid/ |
H A D | transportconstants.hpp | 17 constexpr auto INTF_ETHERNET = "xyz.openbmc_project.Network.EthernetInterface"; variable
|
H A D | transporthandler.hpp | 342 getDbusProperty(bus, params.service, objPath, INTF_ETHERNET, in getGatewayProperty() 439 setDbusProperty(bus, params.service, objPath, INTF_ETHERNET, in setGatewayProperty()
|
H A D | transporthandler.cpp | 84 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()
|