Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_routing_manager.cpp138 struct DeprecatingPrefix struct
142 DeprecatingPrefix(const Ip6::Prefix &aPrefix, uint32_t aLifetime) in DeprecatingPrefix() function
148 bool Matches(const Ip6::Prefix &aPrefix) const { return mPrefix == aPrefix; } in Matches()
150 Ip6::Prefix mPrefix; // Old on-link prefix being deprecated.
151 uint32_t mLifetime; // Valid lifetime of prefix from PIO.