Home
last modified time | relevance | path

Searched refs:mLifetime (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/net/
Dip6_mpl.cpp165 if (mSeedSet[i].mLifetime == 0) in UpdateSeedSet()
210 mSeedSet[i].mLifetime = kSeedEntryLifetime; in UpdateSeedSet()
222 if (evict->mLifetime != 0) in UpdateSeedSet()
270 insert->mLifetime = kSeedEntryLifetime; in UpdateSeedSet()
283 for (int i = 0; i < kNumSeedEntries && mSeedSet[i].mLifetime; i++) in HandleTimeTick()
285 mSeedSet[i].mLifetime--; in HandleTimeTick()
287 if (mSeedSet[i].mLifetime > 0) in HandleTimeTick()
294 for (; j < kNumSeedEntries && mSeedSet[j].mLifetime; j++) in HandleTimeTick()
296 mSeedSet[j].mLifetime = 0; in HandleTimeTick()
Dip6_mpl.hpp209 uint8_t mLifetime; member
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp144 , mLifetime(aLifetime) in DeprecatingPrefix()
151 uint32_t mLifetime; // Valid lifetime of prefix from PIO. member
195 , mLifetime(0) in RioPrefix()
202 uint32_t mLifetime; // The RIO prefix lifetime - only valid when `mSawInRa` member
538 rioPrefix.mLifetime = rio.GetRouteLifetime(); in ValidateRouterAdvert()
827 : mLifetime(aLifetime) in DefaultRoute()
832 uint32_t mLifetime; member
860 header.SetRouterLifetime(aDefaultRoute.mLifetime); in BuildRouterAdvert()
1398 VerifyOrQuit(sExpectedRios[0].mLifetime == kRioValidLifetime); in TestOmrSelection()
1440 VerifyOrQuit(sExpectedRios[0].mLifetime == kRioValidLifetime); in TestOmrSelection()
[all …]
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp439 void ResetLifetime(void) { mLifetime = kLifetime; } in ResetLifetime()
440 void DecrementLifetime(void) { mLifetime--; } in DecrementLifetime()
441 bool IsExpired(void) const { return (mLifetime == 0); } in IsExpired()
458 uint8_t mLifetime; member in ot::MeshForwarder::FwdFrameInfo
Dmesh_forwarder_ftd.cpp746 mLifetime = kLifetime; in Init()
/openthread-latest/src/core/common/
Dsettings.hpp577 uint32_t GetLifetime(void) const { return mLifetime; } in GetLifetime()
584 void SetLifetime(uint32_t aLifetime) { mLifetime = aLifetime; } in SetLifetime()
590 uint32_t mLifetime; member in ot::SettingsBase::BrOnLinkPrefix