Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdata_publisher.h265 otError otNetDataReplacePublishedExternalRoute(otInstance *aInstance,
/openthread-latest/src/core/api/
Dnetdata_publisher_api.cpp96 otError otNetDataReplacePublishedExternalRoute(otInstance *aInstance, in otNetDataReplacePublishedExternalRoute() function
/openthread-latest/src/cli/
Dcli_network_data.cpp417 error = otNetDataReplacePublishedExternalRoute(GetInstancePtr(), &prefix, &config); in Process()