Searched defs:AllIntfInfo (Results 1 – 1 of 1) sorted by relevance
98 struct AllIntfInfo struct100 InterfaceInfo intf;101 std::optional<stdplus::In4Addr> defgw4 = std::nullopt;102 std::optional<stdplus::In6Addr> defgw6 = std::nullopt;103 std::unordered_map<stdplus::SubnetAny, AddressInfo> addrs = {};104 std::unordered_map<stdplus::InAnyAddr, NeighborInfo> staticNeighs = {};105 std::unordered_map<std::string, StaticGatewayInfo> staticGateways = {};