Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h394 otError otBorderRoutingGetFavoredOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix);
/openthread-latest/src/core/api/
Dborder_routing_api.cpp137 otError otBorderRoutingGetFavoredOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetFavoredOnLinkPrefix() function
/openthread-latest/src/cli/
Dcli_br.cpp310 SuccessOrExit(error = otBorderRoutingGetFavoredOnLinkPrefix(GetInstancePtr(), &favored)); in Process()