Home
last modified time | relevance | path

Searched refs:mExtMulticastAddressPool (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dnetif.cpp270 …return mExtMulticastAddressPool.IsPoolEntry(static_cast<const ExternalMulticastAddress &>(aAddress… in IsMulticastAddressExternal()
309 entry = mExtMulticastAddressPool.Allocate(); in SubscribeExternalMulticast()
339 mExtMulticastAddressPool.Free(static_cast<ExternalMulticastAddress &>(*entry)); in UnsubscribeExternalMulticast()
Dnetif.hpp637 …Pool<ExternalMulticastAddress, OPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS> mExtMulticastAddressPool; member in ot::Ip6::Netif