Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_routing_manager.cpp188 struct RioPrefix struct
192 explicit RioPrefix(const Ip6::Prefix &aPrefix) in RioPrefix() argument
200 … 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`
/external/openthread/src/core/border_router/
Drouting_manager.hpp1247 struct RioPrefix : public Clearable<RioPrefix> struct in ot::BorderRouter::RoutingManager::RioAdvertiser
1249 bool Matches(const Ip6::Prefix &aPrefix) const { return (mPrefix == aPrefix); } in Matches()
1251 Ip6::Prefix mPrefix;
1252 bool mIsDeprecating;
1253 TimeMilli mExpirationTime;