Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp104 std::unordered_map<stdplus::InAnyAddr, NeighborInfo> staticNeighs = {}; member
H A Dnetwork_manager.cpp341 it->second.staticNeighs.insert_or_assign(*info.addr, info); in addNeighbor()
363 it->second.staticNeighs.erase(*info.addr); in removeNeighbor()
H A Dethernet_interface.cpp139 for (const auto& [_, neigh] : info.staticNeighs) in EthernetInterface()