Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp51 struct AddressInfo struct
53 unsigned ifidx;
54 stdplus::SubnetAny ifaddr;
55 uint8_t scope;
56 uint32_t flags;
58 constexpr bool operator==(const AddressInfo& rhs) const noexcept in operator ==()