Searched refs:mExtMulticastAddressPool (Results 1 – 2 of 2) sorted by relevance
270 …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()
637 …Pool<ExternalMulticastAddress, OPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS> mExtMulticastAddressPool; member in ot::Ip6::Netif