Home
last modified time | relevance | path

Searched refs:HasMatchingRouterIdWith (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp416 …if (mle.IsRouterOrLeader() && Mle::IsChildRloc16(mMeshDest) && mle.HasMatchingRouterIdWith(mMeshDe… in UpdateIp6RouteFtd()
546 if (Get<Mle::Mle>().HasMatchingRouterIdWith(aMeshDest)) in CheckReachability()
691 if (!Get<Mle::Mle>().HasMatchingRouterIdWith(aRxInfo.GetSrcAddr().GetShort())) in UpdateRoutes()
Dnetwork_data_notifier.cpp134 if (Mle::IsChildRloc16(rloc16) && Get<Mle::Mle>().HasMatchingRouterIdWith(rloc16) && in RemoveStaleChildEntries()
Dchild_table.cpp321 VerifyOrExit(Get<Mle::Mle>().HasMatchingRouterIdWith(aRloc16)); in HasMinimalChild()
Drouter_table.cpp445 if (Get<Mle::Mle>().HasMatchingRouterIdWith(aDestRloc16)) in GetNextHopAndPathCost()
Dmle.hpp515 bool HasMatchingRouterIdWith(uint16_t aRloc16) const { return RouterIdMatch(mRloc16, aRloc16); } in HasMatchingRouterIdWith() function in ot::Mle::Mle
Dmle_router.cpp2899 if ((aChild.GetRloc16() == 0) || !HasMatchingRouterIdWith(aChild.GetRloc16())) in SendChildIdResponse()
Dmle.cpp3564 if (!HasMatchingRouterIdWith(sourceAddress)) in HandleChildUpdateResponseOnChild()