Home
last modified time | relevance | path

Searched refs:IsDeprecated (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/border_router/
Drouting_manager.cpp944 bool RoutingManager::OnLinkPrefix::IsDeprecated(void) const { return GetDeprecationTime() <= TimerM… in IsDeprecated() function in ot::BorderRouter::RoutingManager::OnLinkPrefix
1001 VerifyOrExit(!IsDeprecated()); in IsFavoredOver()
1709 if (entry.IsDeprecated()) in DetermineStaleTimeFor()
1815 if (!entry.IsDeprecated()) in HandleRouterTimer()
4062 if (currentPrefixUpdated && mPrefix.IsDeprecated()) in Process()
4113 VerifyOrExit(!aEntry.IsDeprecated()); in ProcessPrefixEntry()
Drouting_manager.hpp772 bool IsDeprecated(void) const;