Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp163 static void setEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in setEthProp() function
507 setEthProp(bus, params, "DHCP4", false); in deconfigureChannel()
508 setEthProp(bus, params, "DHCP6", false); in deconfigureChannel()
509 setEthProp(bus, params, "IPv6AcceptRA", false); in deconfigureChannel()
573 setEthProp(bus, params, "DHCP4", dhcp4); in reconfigureVLAN()
574 setEthProp(bus, params, "DHCP6", dhcp6); in reconfigureVLAN()
575 setEthProp(bus, params, "IPv6AcceptRA", ra); in reconfigureVLAN()
817 channelCall<setEthProp<bool>>(channel, "DHCP4", true); in setLanInt()
821 channelCall<setEthProp<bool>>(channel, "DHCP4", false); in setLanInt()
985 channelCall<setEthProp<bool>>(channel, "IPv6AcceptRA", enableRA); in setLanInt()
[all …]