Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp2805 uint32_t validLifetime = kDefaultOnLinkPrefixLifetime; in AppendCurPrefix() local
2817 validLifetime = TimeMilli::MsecToSec(mExpireTime - now); in AppendCurPrefix()
2826 …SuccessOrExit(error = aRaMessage.AppendPrefixInfoOption(mLocalPrefix, validLifetime, preferredLife… in AppendCurPrefix()
2828 LogPrefixInfoOption(mLocalPrefix, validLifetime, preferredLifetime); in AppendCurPrefix()
2838 uint32_t validLifetime; in AppendOldPrefixes() local
2847 validLifetime = TimeMilli::MsecToSec(oldPrefix.mExpireTime - now); in AppendOldPrefixes()
2848 … SuccessOrExit(error = aRaMessage.AppendPrefixInfoOption(oldPrefix.mPrefix, validLifetime, 0)); in AppendOldPrefixes()
2850 LogPrefixInfoOption(oldPrefix.mPrefix, validLifetime, 0); in AppendOldPrefixes()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2035 uint32_t validLifetime; in HandlePropertyInsert() local
2040 SuccessOrExit(error = mDecoder.ReadUint32(validLifetime)); in HandlePropertyInsert()
2044 netifAddr.mValid = (validLifetime != 0); in HandlePropertyInsert()