Home
last modified time | relevance | path

Searched refs:IsChildRloc16 (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_notifier.cpp134 if (Mle::IsChildRloc16(rloc16) && Get<Mle::Mle>().HasMatchingRouterIdWith(rloc16) && in RemoveStaleChildEntries()
Dmle_types.hpp691 inline bool IsChildRloc16(uint16_t aRloc16) { return ChildIdFromRloc16(aRloc16) != 0; } in IsChildRloc16() function
Dnetwork_data.cpp576 VerifyOrExit(Mle::IsChildRloc16(aRloc16)); in AddRloc16ToRlocs()
Drouter_table.cpp481 if (Mle::IsChildRloc16(aDestRloc16)) in GetNextHopAndPathCost()
Dmesh_forwarder_ftd.cpp416 …if (mle.IsRouterOrLeader() && Mle::IsChildRloc16(mMeshDest) && mle.HasMatchingRouterIdWith(mMeshDe… in UpdateIp6RouteFtd()
Dnetwork_data_leader_ftd.cpp147 if (Mle::IsChildRloc16(aRloc16)) in AnycastLookup()
Dmle.cpp408 if (IsChildRloc16(networkInfo.GetRloc16())) in Restore()
423 if (IsChildRloc16(networkInfo.GetRloc16())) in Restore()
Dmle_router.cpp3261 else if (IsChildRloc16(aNeighbor.GetRloc16())) in RemoveNeighbor()