Searched refs:getEthProp (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-host-ipmid/ |
| H A D | transporthandler.cpp | 184 static T getEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in getEthProp() function 583 bool dhcp4 = getEthProp<bool>(bus, params, "DHCP4"); in reconfigureVLAN() 584 bool dhcp6 = getEthProp<bool>(bus, params, "DHCP6"); in reconfigureVLAN() 585 bool ra = getEthProp<bool>(bus, params, "IPv6AcceptRA"); in reconfigureVLAN() 828 if (channelCall<getEthProp<bool>>(channel, "DHCP4")) in setLanInt() 878 if (channelCall<getEthProp<bool>>(channel, "DHCP4")) in setLanInt() 889 if (channelCall<getEthProp<bool>>(channel, "DHCP4")) in setLanInt() 1210 auto src = channelCall<getEthProp<bool>>(channel, "DHCP4") in getLan() 1340 channelCall<getEthProp<bool>>(channel, "IPv6AcceptRA"); in getLan() 1348 if (!channelCall<getEthProp<bool>>(channel, "IPv6AcceptRA")) in getLan()
|