Home
last modified time | relevance | path

Searched refs:IsMulticastLargerThanRealmLocal (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/core/thread/
Dmlr_manager.cpp113 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()
Dmesh_forwarder_ftd.cpp73 if (!destination.IsMulticastLargerThanRealmLocal()) in SendMessage()
Dmle_router.cpp1798 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in ProcessAddressRegistrationTlv()
Dmle.cpp4660 if (Get<Mle>().IsRxOnWhenIdle() && !addr.GetAddress().IsMulticastLargerThanRealmLocal()) in AppendAddressRegistrationTlv()
/openthread-latest/src/core/net/
Dip6.cpp213 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()
Dip6_address.cpp379 bool Address::IsMulticastLargerThanRealmLocal(void) const { return IsMulticast() && (GetScope() > k… in IsMulticastLargerThanRealmLocal() function in ot::Ip6::Address
502 matches = IsMulticastLargerThanRealmLocal(); in MatchesFilter()
Dip6_address.hpp792 bool IsMulticastLargerThanRealmLocal(void) const;
/openthread-latest/tests/unit/
Dtest_multicast_listeners_table.cpp138 OT_ASSERT(listener.GetAddress().IsMulticastLargerThanRealmLocal()); in TestMulticastListenersTable()
/openthread-latest/src/core/backbone_router/
Dmulticast_listeners_table.cpp58 VerifyOrExit(aAddress.IsMulticastLargerThanRealmLocal(), error = kErrorInvalidArgs); in Add()