Home
last modified time | relevance | path

Searched refs:otBorderRoutingGetOnLinkPrefix (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dborder_routing.h381 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix);
/openthread-latest/src/core/api/
Dborder_routing_api.cpp132 otError otBorderRoutingGetOnLinkPrefix(otInstance *aInstance, otIp6Prefix *aPrefix) in otBorderRoutingGetOnLinkPrefix() function
/openthread-latest/src/cli/
Dcli_br.cpp290 SuccessOrExit(error = otBorderRoutingGetOnLinkPrefix(GetInstancePtr(), &local)); in Process()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp488 SuccessOrQuit(otBorderRoutingGetOnLinkPrefix(sInstance, &localOnLink)); in ValidateRouterAdvert()