Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.cpp63 auto old4 = HypEthernetIntf::dhcp4(); in dhcpEnabled() local
75 if (old4 != new4 || old6 != new6 || oldra != newra) in dhcpEnabled()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp525 auto old4 = EthernetInterfaceIntf::dhcp4(); in nicEnabled()
537 if (old4 != new4 || old6 != new6 || oldra != newra) in staticNameServers()
472 auto old4 = EthernetInterfaceIntf::dhcp4(); dhcpEnabled() local