Searched refs:defgw4 (Results 1 – 3 of 3) sorted by relevance
368 it->second.defgw4.emplace(addr); in addDefGw()413 if (it->second.defgw4 == addr) in removeDefGw()415 it->second.defgw4.reset(); in removeDefGw()
101 std::optional<stdplus::In4Addr> defgw4 = std::nullopt; member
111 if (info.defgw4) in EthernetInterface()113 EthernetInterface::defaultGateway(stdplus::toStr(*info.defgw4), true); in EthernetInterface()