Searched refs:IsMulticastLargerThanRealmLocal (Results 1 – 9 of 9) sorted by relevance
105 OT_ASSERT(aAddress.IsMulticastLargerThanRealmLocal()); in IsAddressMlrRegisteredByNetif()127 OT_ASSERT(aAddress.IsMulticastLargerThanRealmLocal()); in IsAddressMlrRegisteredByAnyChildExcept()150 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in UpdateProxiedSubscriptions()257 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in SendMlr()524 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in SetMulticastAddressMlrState()561 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in FinishMlr()670 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in LogMulticastAddresses()738 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in CheckInvariants()
68 if (!destination.IsMulticastLargerThanRealmLocal()) in SendMessage()
1893 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in ProcessAddressRegistrationTlv()
5033 if (Get<Mle>().IsRxOnWhenIdle() && !addr.GetAddress().IsMulticastLargerThanRealmLocal()) in AppendAddressRegistrationTlv()
195 if (aHeader.GetDestination().IsMulticastLargerThanRealmLocal() && in PrepareMulticastToLargerThanRealmLocal()234 if (aHeader.GetDestination().IsMulticastLargerThanRealmLocal()) in InsertMplOption()460 if (aMessageInfo.GetPeerAddr().IsMulticastLargerThanRealmLocal()) in SendDatagram()1023 if (aHeader.GetDestination().IsMulticastLargerThanRealmLocal() && in PassToHost()1104 …(aMessagePtr->IsOriginThreadNetif() && header.GetDestination().IsMulticastLargerThanRealmLocal() && in HandleDatagram()1426 VerifyOrExit(aHeader.GetDestination().IsMulticastLargerThanRealmLocal()); in UpdateBorderRoutingCounters()1445 VerifyOrExit(aHeader.GetDestination().IsMulticastLargerThanRealmLocal()); in UpdateBorderRoutingCounters()
368 bool Address::IsMulticastLargerThanRealmLocal(void) const { return IsMulticast() && (GetScope() > k… in IsMulticastLargerThanRealmLocal() function in ot::Ip6::Address491 matches = IsMulticastLargerThanRealmLocal(); in MatchesFilter()
716 bool IsMulticastLargerThanRealmLocal(void) const;
138 OT_ASSERT(listener.GetAddress().IsMulticastLargerThanRealmLocal()); in TestMulticastListenersTable()
50 VerifyOrExit(aAddress.IsMulticastLargerThanRealmLocal(), error = kErrorInvalidArgs); in Add()