Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h409 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix);
/openthread-latest/src/core/api/
Dborder_routing_api.cpp143 otError otBorderRoutingGetNat64Prefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetNat64Prefix() function
/openthread-latest/src/cli/
Dcli_br.cpp356 SuccessOrExit(error = otBorderRoutingGetNat64Prefix(GetInstancePtr(), &local)); in Process()