Searched refs:IsRoutingLocator (Results 1 – 13 of 13) sorted by relevance
65 VerifyOrExit(Get<Mle::MleRouter>().IsRoutingLocator(aMessageInfo.GetPeerAddr())); in HandleTmf()
144 if (Get<Mle::Mle>().IsRoutingLocator(aIp6Address)) in FindNeighbor()
400 else if (mle.IsRoutingLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
445 bool IsRoutingLocator(const Ip6::Address &aAddress) const;
1058 if (!addr.GetAddress().IsLinkLocalUnicast() && !IsRoutingLocator(addr.GetAddress()) && in HasUnregisteredAddress()3869 bool Mle::IsRoutingLocator(const Ip6::Address &aAddress) const in IsRoutingLocator() function in ot::Mle::Mle3871 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsRoutingLocator(); in IsRoutingLocator()4990 …Get<Mle>().IsRoutingLocator(addr.GetAddress()) || Get<Mle>().IsAnycastLocator(addr.GetAddress()) || in AppendAddressRegistrationTlv()
231 VerifyOrExit(aMessageInfo.GetPeerAddr().GetIid().IsRoutingLocator()); in HandleTmf()
717 else if (Get<Mle::MleRouter>().IsRoutingLocator(aIp6Addr)) in GetMacDestinationAddress()
3650 VerifyOrExit(IsRoutingLocator(aMessageInfo.GetPeerAddr())); in SendAddressSolicitResponse()
450 bool IsRoutingLocator(void) const;
285 bool InterfaceIdentifier::IsRoutingLocator(void) const in IsRoutingLocator() function in ot::Ip6::InterfaceIdentifier
1274 bool destIsRloc = Get<Mle::Mle>().IsRoutingLocator(aDestination); in SelectSourceAddress()1335 …else if ((matchLen == bestMatchLen) && (destIsRloc == Get<Mle::Mle>().IsRoutingLocator(addr.GetAdd… in SelectSourceAddress()
270 VerifyOrExit(Get<Mle::Mle>().IsRoutingLocator(aMessageInfo.GetPeerAddr())); in ProcessMessage()
369 VerifyOrExit(aMessageInfo.GetPeerAddr().GetIid().IsRoutingLocator(), error = kErrorDrop); in HandleDuaRegistration()