Searched defs:NeighborInfo (Results 1 – 1 of 1) sorted by relevance
68 struct NeighborInfo struct70 unsigned ifidx;71 uint16_t state;72 std::optional<stdplus::InAnyAddr> addr;73 std::optional<stdplus::EtherAddr> mac;75 constexpr bool operator==(const NeighborInfo& rhs) const noexcept in operator ==()