Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp156 static T getEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in getEthProp() function
549 bool dhcp4 = getEthProp<bool>(bus, params, "DHCP4"); in reconfigureVLAN()
550 bool dhcp6 = getEthProp<bool>(bus, params, "DHCP6"); in reconfigureVLAN()
551 bool ra = getEthProp<bool>(bus, params, "IPv6AcceptRA"); in reconfigureVLAN()
788 if (channelCall<getEthProp<bool>>(channel, "DHCP4")) in setLanInt()
838 if (channelCall<getEthProp<bool>>(channel, "DHCP4")) in setLanInt()
849 if (channelCall<getEthProp<bool>>(channel, "DHCP4")) in setLanInt()
1170 auto src = channelCall<getEthProp<bool>>(channel, "DHCP4") in getLan()
1300 channelCall<getEthProp<bool>>(channel, "IPv6AcceptRA"); in getLan()
1308 if (!channelCall<getEthProp<bool>>(channel, "IPv6AcceptRA")) in getLan()