Home
last modified time | relevance | path

Searched refs:ethdevice (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp125 std::string ethdevice = ipmi::getChannelName(channelNum); in updateSOLParameter() local
126 std::string solPathWitheEthName = solPath + ethdevice; in updateSOLParameter()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp268 auto ethdevice = ipmi::getChannelName(ethernetDefaultChannelNum); in getDHCPEnabled() local
271 ctx, ethernetIntf, networkRoot, ethdevice, ethernetObj); in getDHCPEnabled()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1196 auto ethdevice = getChannelName(Channel); in isDHCPEnabled() local
1197 if (ethdevice.empty()) in isDHCPEnabled()
1201 auto ethIP = ethdevice + "/ipv4"; in isDHCPEnabled()
1232 auto ethdevice = getChannelName(Channel); in isDHCPIPv6Enabled() local
1233 if (ethdevice.empty()) in isDHCPIPv6Enabled()
1237 auto ethIP = ethdevice + "/ipv6"; in isDHCPIPv6Enabled()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp440 const std::string ethdevice = "eth0"; in getNetworkData() local
449 ipmi::network::IPV4_PROTOCOL, ethdevice); in getNetworkData()
466 ipmi::network::IPV6_PROTOCOL, ethdevice); in getNetworkData()
483 ipmi::network::ROOT, ethdevice); in getNetworkData()