Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_types.hpp615 inline bool RouterIdMatch(uint16_t aRloc16A, uint16_t aRloc16B) in RouterIdMatch() function
Drouter_table.cpp429 destIsParentOrItsChild = Mle::RouterIdMatch(aDestRloc16, parent.GetRloc16()); in GetNextHopAndPathCost()
Dmle.hpp515 bool HasMatchingRouterIdWith(uint16_t aRloc16) const { return RouterIdMatch(mRloc16, aRloc16); } in HasMatchingRouterIdWith()
Daddress_resolver.cpp177 if ((aMatchRouterId && Mle::RouterIdMatch(entry->GetRloc16(), aRloc16)) || in Remove()
Dnetwork_data_leader_ftd.cpp350 matched = Mle::RouterIdMatch(aFirstRloc16, aSecondRloc16); in RlocMatch()
Dmle_router.cpp3654 VerifyOrExit(!RouterIdMatch(oldRloc16, GetRloc16())); in SendAddressSolicitResponse()
Dmle.cpp3265 VerifyOrExit(RouterIdMatch(sourceAddress, shortAddress), error = kErrorRejected); in HandleChildIdResponse()