Searched refs:defgw6 (Results 1 – 3 of 3) sorted by relevance
374 it->second.defgw6.emplace(addr); in addDefGw()422 if (it->second.defgw6 == addr) in removeDefGw()424 it->second.defgw6.reset(); in removeDefGw()
102 std::optional<stdplus::In6Addr> defgw6 = std::nullopt; member
115 if (info.defgw6) in EthernetInterface()117 EthernetInterface::defaultGateway6(stdplus::toStr(*info.defgw6), true); in EthernetInterface()