Home
last modified time | relevance | path

Searched refs:mMsecSinceLastUpdate (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dborder_routing.h103 …uint32_t mMsecSinceLastUpdate; ///< Milliseconds since last update (any message rx) f… member
124 …uint32_t mMsecSinceLastUpdate; ///< Milliseconds since last update of this prefi… member
/openthread-latest/src/cli/
Dcli_br.cpp510 ToUlong(entry.mMsecSinceLastUpdate), ToUlong(entry.mValidLifetime)); in Process()
667 OutputFormat(" ms-since-rx:%lu reachable:%s age:%s", ToUlong(aEntry.mMsecSinceLastUpdate), in OutputRouterInfo()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp989 aEntry.mMsecSinceLastUpdate = aNow - GetLastUpdateTime(); in CopyInfoTo()
1043 aEntry.mMsecSinceLastUpdate = aNow - GetLastUpdateTime(); in CopyInfoTo()
2138 aEntry.mMsecSinceLastUpdate = aNow - mLastUpdateTime; in CopyInfoTo()
4008 aInfo.mMsecSinceLastUpdate = TimerMilli::GetNow() - mPrefix.GetLastUpdateTime(); in GetPrefixInfo()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1032 … AsCoreType(&entry.mRouter.mAddress).ToString().AsCString(), entry.mMsecSinceLastUpdate / 1000); in VerifyPrefixTable()
1055 entry.mMsecSinceLastUpdate / 1000); in VerifyPrefixTable()