Searched refs:FindRouter (Results 1 – 4 of 4) sorted by relevance
249 Router *FindRouter(const Mac::ExtAddress &aExtAddress);419 const Router *FindRouter(const Router::AddressMatcher &aMatcher) const;420 Router *FindRouter(const Router::AddressMatcher &aMatcher) in FindRouter() function in ot::RouterTable422 return AsNonConst(AsConst(this)->FindRouter(aMatcher)); in FindRouter()
254 const Router *RouterTable::FindRouter(const Router::AddressMatcher &aMatcher) const in FindRouter() function in ot::RouterTable264 router = FindRouter(Router::AddressMatcher(aRloc16, Router::kInStateValid)); in FindNeighbor()272 return FindRouter(Router::AddressMatcher(aExtAddress, Router::kInStateValid)); in FindNeighbor()277 return FindRouter(Router::AddressMatcher(aMacAddress, Router::kInStateValid)); in FindNeighbor()300 Router *RouterTable::FindRouter(const Mac::ExtAddress &aExtAddress) in FindRouter() function in ot::RouterTable302 return FindRouter(Router::AddressMatcher(aExtAddress, Router::kInStateAny)); in FindRouter()
128 neighbor = Get<RouterTable>().FindRouter(aMatcher); in FindChildOrRouter()
803 router = mRouterTable.FindRouter(aInfo.mExtAddress); in SendLinkAccept()2165 router = mRouterTable.FindRouter(extAddr); in HandleChildIdRequest()3550 router = mRouterTable.FindRouter(extAddress); in HandleTmf()