Home
last modified time | relevance | path

Searched refs:ethdevice (Results 1 – 3 of 3) 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.cpp520 auto ethdevice = ipmi::getChannelName(ethernetDefaultChannelNum); in getDHCPEnabled() local
521 if (ethdevice.empty()) in getDHCPEnabled()
529 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()