Home
last modified time | relevance | path

Searched refs:GetValidLifetime (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/net/
Ddhcp6_client.cpp566 idAssociation.mValidLifetime = option.GetValidLifetime(); in ProcessIaAddress()
569 idAssociation.mNetifAddress.mValid = option.GetValidLifetime() != 0; in ProcessIaAddress()
Ddhcp6.hpp505 uint32_t GetValidLifetime(void) const { return BigEndian::HostSwap32(mValidLifetime); } in GetValidLifetime() function in ot::Dhcp6::IaAddress
Dnd6.cpp104 (GetPreferredLifetime() <= GetValidLifetime()); in IsValid()
Dnd6.hpp241 uint32_t GetValidLifetime(void) const { return BigEndian::HostSwap32(mValidLifetime); } in GetValidLifetime() function in ot::Ip6::Nd::PrefixInfoOption
/openthread-latest/src/core/border_router/
Drouting_manager.cpp932 mValidLifetime = aPio.GetValidLifetime(); in SetFrom()
990 aEntry.mValidLifetime = GetValidLifetime(); in CopyInfoTo()
1044 aEntry.mValidLifetime = GetValidLifetime(); in CopyInfoTo()
1321 LogPrefixInfoOption(prefix, aPio.GetValidLifetime(), aPio.GetPreferredLifetime()); in ProcessPrefixInfoOption()
1327 VerifyOrExit(aPio.GetValidLifetime() != 0); in ProcessPrefixInfoOption()
4006 aInfo.mValidLifetime = mPrefix.GetValidLifetime(); in GetPrefixInfo()
Drouting_manager.hpp698 uint32_t GetValidLifetime(void) const { return mValidLifetime; } in GetValidLifetime() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp500 sOnLinkLifetime = pio.GetValidLifetime(); in ValidateRouterAdvert()
508 sOnLinkLifetime = pio.GetValidLifetime(); in ValidateRouterAdvert()
517 … SuccessOrQuit(sDeprecatingPrefixes.PushBack(DeprecatingPrefix(prefix, pio.GetValidLifetime()))); in ValidateRouterAdvert()
598 …pio.IsOnLinkFlagSet() ? "L" : "", pio.IsAutoAddrConfigFlagSet() ? "A" : "", pio.GetValidLifetime(), in LogRouterAdvert()