Searched defs:AddressInfo (Results 1 – 1 of 1) sorted by relevance
51 struct AddressInfo struct53 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 ==()