Searched refs:ethdevice (Results 1 – 4 of 4) sorted by relevance
125 std::string ethdevice = ipmi::getChannelName(channelNum); in updateSOLParameter() local126 std::string solPathWitheEthName = solPath + ethdevice; in updateSOLParameter()
268 auto ethdevice = ipmi::getChannelName(ethernetDefaultChannelNum); in getDHCPEnabled() local271 ctx, ethernetIntf, networkRoot, ethdevice, ethernetObj); in getDHCPEnabled()
1196 auto ethdevice = getChannelName(Channel); in isDHCPEnabled() local1197 if (ethdevice.empty()) in isDHCPEnabled()1201 auto ethIP = ethdevice + "/ipv4"; in isDHCPEnabled()1232 auto ethdevice = getChannelName(Channel); in isDHCPIPv6Enabled() local1233 if (ethdevice.empty()) in isDHCPIPv6Enabled()1237 auto ethIP = ethdevice + "/ipv6"; in isDHCPIPv6Enabled()
440 const std::string ethdevice = "eth0"; in getNetworkData() local449 ipmi::network::IPV4_PROTOCOL, ethdevice); in getNetworkData()466 ipmi::network::IPV6_PROTOCOL, ethdevice); in getNetworkData()483 ipmi::network::ROOT, ethdevice); in getNetworkData()