Searched defs:RioPrefix (Results 1 – 2 of 2) sorted by relevance
188 struct RioPrefix struct192 explicit RioPrefix(const Ip6::Prefix &aPrefix) in RioPrefix() argument200 … mSawInRa; // Indicate whether or not this prefix was seen in the emitted RA (as RIO).201 Ip6::Prefix mPrefix; // The RIO prefix.202 uint32_t mLifetime; // The RIO prefix lifetime - only valid when `mSawInRa`203 RoutePreference mPreference; // The RIO preference - only valid when `mSawInRa`
1284 struct RioPrefix : public Clearable<RioPrefix> struct in ot::BorderRouter::RoutingManager::RioAdvertiser1286 bool Matches(const Ip6::Prefix &aPrefix) const { return (mPrefix == aPrefix); } in Matches()1288 Ip6::Prefix mPrefix;1289 bool mIsDeprecating;1290 TimeMilli mExpirationTime;