Home
last modified time | relevance | path

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

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