Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.hpp911 bool IsReachable(void) const { return mNsProbeCount <= kMaxNsProbes; } in IsReachable()
939 uint8_t mNsProbeCount; member
Drouting_manager.cpp1775 router.mNsProbeCount++; in HandleRouterTimer()
1779 …router.mTimeoutTime = now + ((router.mNsProbeCount < Router::kMaxNsProbes) ? Router::kNsProbeRetry… in HandleRouterTimer()
1831 aRouter.mNsProbeCount, Router::kMaxNsProbes); in SendNeighborSolicitToRouter()
2075 mNsProbeCount = 0; in ResetReachabilityState()
2085 VerifyOrExit(mNsProbeCount == 0); in DetermineReachabilityTimeout()