Searched refs:INTF_ETHERNET (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-net-ipmid/ |
| H A D | sd_event_loop.cpp | 63 std::vector<std::string>{INTF_VLAN, INTF_ETHERNET}); in getVLANID() 94 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 | 20 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 | 112 std::vector<std::string> interfaces = {INTF_VLAN, INTF_ETHERNET}; in maybeGetChannelParams() 133 else if (intf == INTF_ETHERNET) in maybeGetChannelParams() 188 INTF_ETHERNET, prop)); in getEthProp() 195 INTF_ETHERNET, prop, t); in setEthProp() 293 INTF_ETHERNET, "DHCP4")) in getIfAddr4()
|