Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp1777 if (router.IsReachable()) in HandleRouterTimer()
2068 return IsReachable() && !mIsLocalDevice; in ShouldCheckReachability()
2116 if (IsReachable()) in Matches()
2144 aEntry.mIsReachable = IsReachable(); in CopyInfoTo()
2161 VerifyOrExit(aRouter.IsReachable()); in UpdateFlagsFrom()
Drouting_manager.hpp911 bool IsReachable(void) const { return mNsProbeCount <= kMaxNsProbes; } in IsReachable() function