Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/
Dip6.h792 typedef bool (*otIp6SlaacPrefixFilter)(otInstance *aInstance, const otIp6Prefix *aPrefix); typedef
810 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter);
/openthread-3.7.0/src/core/utils/
Dslaac_address.hpp68 typedef otIp6SlaacPrefixFilter PrefixFilter; ///< Prefix filter function pointer.
/openthread-3.7.0/src/core/api/
Dip6_api.cpp275 void otIp6SetSlaacPrefixFilter(otInstance *aInstance, otIp6SlaacPrefixFilter aFilter) in otIp6SetSlaacPrefixFilter()