Searched refs:mExtMulticastAddressPool (Results 1 – 2 of 2) sorted by relevance
276 …return mExtMulticastAddressPool.IsPoolEntry(static_cast<const ExternalMulticastAddress &>(aAddress… in IsMulticastAddressExternal()315 entry = mExtMulticastAddressPool.Allocate(); in SubscribeExternalMulticast()345 mExtMulticastAddressPool.Free(static_cast<ExternalMulticastAddress &>(*entry)); in UnsubscribeExternalMulticast()
692 …Pool<ExternalMulticastAddress, OPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS> mExtMulticastAddressPool; member in ot::Ip6::Netif