Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dborder_routing.h279 otError otBorderRoutingSetExtraRouterAdvertOptions(otInstance *aInstance, const uint8_t *aOptions, …
/aosp_15_r20/external/openthread/src/core/api/
H A Dborder_routing_api.cpp78 otError otBorderRoutingSetExtraRouterAdvertOptions(otInstance *aInstance, const uint8_t *aOptions, … in otBorderRoutingSetExtraRouterAdvertOptions() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_br.cpp718 …error = otBorderRoutingSetExtraRouterAdvertOptions(GetInstancePtr(), length > 0 ? options : nullpt… in Process()