Searched refs:age (Results 1 – 5 of 5) sorted by relevance
1628 uint32_t age; in HandleTimeTick() local1636 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()
5 … in our community a harassment-free experience for everyone, regardless of age, body size, visible…
2211 timeout:120 age:36 supvn:129 q-msg:02218 timeout:120 age:19 supvn:129 q-msg:02551 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:6442581 0x5c00 723ebf0d9eba3264 age:23 conn-time:8522582 0xe800 ce53628a1e3f5b3c age:23 conn-time:180
3210 age = int(line[6])3220 'age': age,3497 age, info = entry.split(' -> ')3498 netinfo['age'] = age
1458 def age(self): member in AddressCacheEntry