Searched refs:IsMulticastLargerThanRealmLocal (Results 1 – 9 of 9) sorted by relevance
113 OT_ASSERT(aAddress.IsMulticastLargerThanRealmLocal()); in IsAddressMlrRegisteredByNetif()135 OT_ASSERT(aAddress.IsMulticastLargerThanRealmLocal()); in IsAddressMlrRegisteredByAnyChildExcept()158 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in UpdateProxiedSubscriptions()265 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in SendMlr()532 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in SetMulticastAddressMlrState()569 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in FinishMlr()678 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in LogMulticastAddresses()744 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in CheckInvariants()
73 if (!destination.IsMulticastLargerThanRealmLocal()) in SendMessage()
1798 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in ProcessAddressRegistrationTlv()
4660 if (Get<Mle>().IsRxOnWhenIdle() && !addr.GetAddress().IsMulticastLargerThanRealmLocal()) in AppendAddressRegistrationTlv()
213 if (aHeader.GetDestination().IsMulticastLargerThanRealmLocal() && in PrepareMulticastToLargerThanRealmLocal()480 if (aMessageInfo.GetPeerAddr().IsMulticastLargerThanRealmLocal()) in SendDatagram()1045 if (aHeader.GetDestination().IsMulticastLargerThanRealmLocal() && in PassToHost()1121 …(aMessagePtr->IsOriginThreadNetif() && header.GetDestination().IsMulticastLargerThanRealmLocal() && in HandleDatagram()1444 VerifyOrExit(aHeader.GetDestination().IsMulticastLargerThanRealmLocal()); in UpdateBorderRoutingCounters()1463 VerifyOrExit(aHeader.GetDestination().IsMulticastLargerThanRealmLocal()); in UpdateBorderRoutingCounters()
379 bool Address::IsMulticastLargerThanRealmLocal(void) const { return IsMulticast() && (GetScope() > k… in IsMulticastLargerThanRealmLocal() function in ot::Ip6::Address502 matches = IsMulticastLargerThanRealmLocal(); in MatchesFilter()
792 bool IsMulticastLargerThanRealmLocal(void) const;
138 OT_ASSERT(listener.GetAddress().IsMulticastLargerThanRealmLocal()); in TestMulticastListenersTable()
58 VerifyOrExit(aAddress.IsMulticastLargerThanRealmLocal(), error = kErrorInvalidArgs); in Add()