Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.cpp496 bool isFresh; in Resolve() local
512 isFresh = (list == &mCachedList) && !entry->IsFreshnessTimeoutZero(); in Resolve()
514 if (!isFresh && (Get<RouterTable>().GetNextHop(entry->GetRloc16()) == Mle::kInvalidRloc16)) in Resolve()