Searched refs:NeighborInfo (Results 1 – 8 of 8) sorted by relevance
68 struct NeighborInfo struct75 constexpr bool operator==(const NeighborInfo& rhs) const noexcept in operator ==() argument104 std::unordered_map<stdplus::InAnyAddr, NeighborInfo> staticNeighs = {};
67 void addNeighbor(const NeighborInfo& info);68 void removeNeighbor(const NeighborInfo& info);
18 NeighborInfo neighFromRtm(std::string_view msg);
162 NeighborInfo neighFromRtm(std::string_view msg) in neighFromRtm()166 NeighborInfo ret; in neighFromRtm()
321 void Manager::addNeighbor(const NeighborInfo& info) in addNeighbor()343 void Manager::removeNeighbor(const NeighborInfo& info) in removeNeighbor()
108 void addStaticNeigh(const NeighborInfo& info);
211 void EthernetInterface::addStaticNeigh(const NeighborInfo& info) in addStaticNeigh()
128 EXPECT_EQ((NeighborInfo{}), neighFromRtm(stdplus::raw::asView<char>(msg))); in TEST()