Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dnd6.hpp362 void SetRouteLifetime(uint32_t aLifetime) { mRouteLifetime = BigEndian::HostSwap32(aLifetime); } in SetRouteLifetime()
/external/openthread/src/core/common/
Dsettings.hpp585 void SetLifetime(uint32_t aLifetime) { mLifetime = aLifetime; } in SetLifetime()
/external/openthread/src/core/border_router/
Drouting_manager.cpp646 TimeMilli RoutingManager::CalculateExpirationTime(TimeMilli aUpdateTime, uint32_t aLifetime) in CalculateExpirationTime()
882 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &aPrefix, uint32_t aLifetime, RoutePrefer… in LogRouteInfoOption()