Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp368 it->second.defgw4.emplace(addr); in addDefGw()
413 if (it->second.defgw4 == addr) in removeDefGw()
415 it->second.defgw4.reset(); in removeDefGw()
H A Dtypes.hpp101 std::optional<stdplus::In4Addr> defgw4 = std::nullopt; member
H A Dethernet_interface.cpp111 if (info.defgw4) in EthernetInterface()
113 EthernetInterface::defaultGateway(stdplus::toStr(*info.defgw4), true); in EthernetInterface()