Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp585 if (!Get<Mle::Mle>().MatchesRouterId(routerId)) in UpdateRoutes()
751 … if (Get<Mle::Mle>().MatchesRouterId(routerId) || (routerId == aNeighbor->GetRouterId()) || in FillRouteTlv()
Dmle.hpp502 … bool MatchesRouterId(uint8_t aRouterId) const { return RouterIdFromRloc16(mRloc16) == aRouterId; } in MatchesRouterId() function in ot::Mle::Mle