Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnat64.h495 otError otNat64SynthesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Ad…
/openthread-latest/src/core/api/
Dnat64_api.cpp152 otError otNat64SynthesizeIp6Address(otInstance *aInstance, const otIp4Address *aIp4Address, otIp6Ad… in otNat64SynthesizeIp6Address() function
/openthread-latest/src/cli/
Dcli_utils.cpp605 SuccessOrExit(error = otNat64SynthesizeIp6Address(aInstance, &ip4Address, &aAddress)); in ParseToIp6Address()