Home
last modified time | relevance | path

Searched defs:NeighborInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp68 struct NeighborInfo struct
70 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 ==()