Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmlr_manager.cpp105 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()
Dmesh_forwarder_ftd.cpp68 if (!destination.IsMulticastLargerThanRealmLocal()) in SendMessage()
Dmle_router.cpp1893 if (!addrEntry.IsMulticastLargerThanRealmLocal()) in ProcessAddressRegistrationTlv()
Dmle.cpp5033 if (Get<Mle>().IsRxOnWhenIdle() && !addr.GetAddress().IsMulticastLargerThanRealmLocal()) in AppendAddressRegistrationTlv()
/openthread-latest/src/core/net/
Dip6.cpp195 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()
Dip6_address.cpp368 bool Address::IsMulticastLargerThanRealmLocal(void) const { return IsMulticast() && (GetScope() > k… in IsMulticastLargerThanRealmLocal() function in ot::Ip6::Address
491 matches = IsMulticastLargerThanRealmLocal(); in MatchesFilter()
Dip6_address.hpp716 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.cpp50 VerifyOrExit(aAddress.IsMulticastLargerThanRealmLocal(), error = kErrorInvalidArgs); in Add()