Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp191 static void setEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in setEthProp() function
541 setEthProp(bus, params, "DHCP4", false); in deconfigureChannel()
542 setEthProp(bus, params, "DHCP6", false); in deconfigureChannel()
543 setEthProp(bus, params, "IPv6AcceptRA", false); in deconfigureChannel()
609 setEthProp(bus, parentIntParams, "DHCP4", dhcp4); in reconfigureVLAN()
610 setEthProp(bus, parentIntParams, "DHCP6", dhcp6); in reconfigureVLAN()
611 setEthProp(bus, parentIntParams, "IPv6AcceptRA", ra); in reconfigureVLAN()
613 setEthProp(bus, params, "DHCP4", dhcp4); in reconfigureVLAN()
614 setEthProp(bus, params, "DHCP6", dhcp6); in reconfigureVLAN()
615 setEthProp(bus, params, "IPv6AcceptRA", ra); in reconfigureVLAN()
[all …]