Searched refs:RouterIdMatch (Results 1 – 7 of 7) sorted by relevance
615 inline bool RouterIdMatch(uint16_t aRloc16A, uint16_t aRloc16B) in RouterIdMatch() function
429 destIsParentOrItsChild = Mle::RouterIdMatch(aDestRloc16, parent.GetRloc16()); in GetNextHopAndPathCost()
515 bool HasMatchingRouterIdWith(uint16_t aRloc16) const { return RouterIdMatch(mRloc16, aRloc16); } in HasMatchingRouterIdWith()
177 if ((aMatchRouterId && Mle::RouterIdMatch(entry->GetRloc16(), aRloc16)) || in Remove()
350 matched = Mle::RouterIdMatch(aFirstRloc16, aSecondRloc16); in RlocMatch()
3654 VerifyOrExit(!RouterIdMatch(oldRloc16, GetRloc16())); in SendAddressSolicitResponse()
3265 VerifyOrExit(RouterIdMatch(sourceAddress, shortAddress), error = kErrorRejected); in HandleChildIdResponse()