Home
last modified time | relevance | path

Searched refs:kEventIp6MulticastSubscribed (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/common/
Dnotifier.hpp81kEventIp6MulticastSubscribed = OT_CHANGED_IP6_MULTICAST_SUBSCRIBED, ///< Multicast a… enumerator
/openthread-3.6.0/src/core/net/
Dnetif.cpp242 …Get<Notifier>().Signal(aEvent == kAddressAdded ? kEventIp6MulticastSubscribed : kEventIp6Multicast… in SignalMulticastAddressChange()
/openthread-3.6.0/src/core/thread/
Dmlr_manager.cpp66 if (aEvents.Contains(kEventIp6MulticastSubscribed)) in HandleNotifierEvents()
Dmle.cpp1136 if (aEvents.ContainsAny(kEventIp6MulticastSubscribed | kEventIp6MulticastUnsubscribed)) in HandleNotifierEvents()