Searched refs:staticNeighs (Results 1 – 3 of 3) sorted by relevance
104 std::unordered_map<stdplus::InAnyAddr, NeighborInfo> staticNeighs = {}; member
341 it->second.staticNeighs.insert_or_assign(*info.addr, info); in addNeighbor()363 it->second.staticNeighs.erase(*info.addr); in removeNeighbor()
139 for (const auto& [_, neigh] : info.staticNeighs) in EthernetInterface()