Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dip6.h728 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix);
/openthread-3.6.0/src/core/api/
Dip6_api.cpp232 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix) in otIp6GetPrefix() function
/openthread-3.6.0/src/posix/platform/
Dinfra_if.cpp705 otIp6GetPrefix(&ip6Address, length, &prefix); in DiscoverNat64PrefixDone()