Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h423 otError otBorderRoutingGetFavoredNat64Prefix(otInstance *aInstance,
/openthread-latest/src/core/api/
Dborder_routing_api.cpp148 otError otBorderRoutingGetFavoredNat64Prefix(otInstance *aInstance, in otBorderRoutingGetFavoredNat64Prefix() function
/openthread-latest/src/cli/
Dcli_br.cpp377 …SuccessOrExit(error = otBorderRoutingGetFavoredNat64Prefix(GetInstancePtr(), &favored, &preference… in Process()