Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dmle_router.cpp1628 uint32_t age; in HandleTimeTick() local
1636 age = TimerMilli::GetNow() - router.GetLastHeard(); in HandleTimeTick()
1642 if (age >= kMaxNeighborAge) in HandleTimeTick()
1651 if (age >= kMaxNeighborAge) in HandleTimeTick()
1653 if (age < kMaxNeighborAge + kMaxTxCount * kUnicastRetxDelay) in HandleTimeTick()
1669 if (age >= kLinkRequestTimeout) in HandleTimeTick()
1680 age >= kMaxLeaderToRouterTimeout) in HandleTimeTick()
/openthread-3.6.0/
DCODE_OF_CONDUCT.md5 … in our community a harassment-free experience for everyone, regardless of age, body size, visible…
/openthread-3.6.0/src/cli/
DREADME.md2211 timeout:120 age:36 supvn:129 q-msg:0
2218 timeout:120 age:19 supvn:129 q-msg:0
2551 Print connection time and age of neighbors.
2574 Print connection time and age of neighbors.
2576 …`neighbor conntime`, but it displays the information in a list format. The age and connection time…
2580 0x8401 1a28be396a14a318 age:63 conn-time:644
2581 0x5c00 723ebf0d9eba3264 age:23 conn-time:852
2582 0xe800 ce53628a1e3f5b3c age:23 conn-time:180
/openthread-3.6.0/tests/scripts/thread-cert/
Dnode.py3210 age = int(line[6])
3220 'age': age,
3497 age, info = entry.split(' -> ')
3498 netinfo['age'] = age
/openthread-3.6.0/tests/toranj/ncp/
Dwpan.py1458 def age(self): member in AddressCacheEntry