Home
last modified time | relevance | path

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

/openthread-latest/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`
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1284 struct RioPrefix : public Clearable<RioPrefix> struct in ot::BorderRouter::RoutingManager::RioAdvertiser
1286 bool Matches(const Ip6::Prefix &aPrefix) const { return (mPrefix == aPrefix); } in Matches()
1288 Ip6::Prefix mPrefix;
1289 bool mIsDeprecating;
1290 TimeMilli mExpirationTime;