Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnetif.cpp456 entry = mExtUnicastAddressPool.Allocate(); in AddExternalUnicastAddress()
486 mExtUnicastAddressPool.Free(*entry); in RemoveExternalUnicastAddress()
511 return mExtUnicastAddressPool.IsPoolEntry(aAddress); in IsUnicastAddressExternal()
Dnetif.hpp636 … Pool<UnicastAddress, OPENTHREAD_CONFIG_IP6_MAX_EXT_UCAST_ADDRS> mExtUnicastAddressPool; member in ot::Ip6::Netif