Home
last modified time | relevance | path

Searched refs:kEventIp6MulticastUnsubscribed (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dnotifier.hpp81kEventIp6MulticastUnsubscribed = OT_CHANGED_IP6_MULTICAST_UNSUBSCRIBED, ///< Multicast a… enumerator
/openthread-latest/src/core/net/
Dnetif.cpp235 …().Signal(aEvent == kAddressAdded ? kEventIp6MulticastSubscribed : kEventIp6MulticastUnsubscribed); in SignalMulticastAddressChange()
/openthread-latest/src/core/thread/
Dmle.cpp1144 if (aEvents.ContainsAny(kEventIp6MulticastSubscribed | kEventIp6MulticastUnsubscribed)) in HandleNotifierEvents()