Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dnetdata_publisher.h272 otError otNetDataReplacePublishedExternalRoute(otInstance *aInstance,
/openthread-3.4.0/src/core/api/
Dnetdata_publisher_api.cpp95 otError otNetDataReplacePublishedExternalRoute(otInstance *aInstance, in otNetDataReplacePublishedExternalRoute() function
/openthread-3.4.0/src/cli/
Dcli_network_data.cpp377 error = otNetDataReplacePublishedExternalRoute(GetInstancePtr(), &prefix, &config); in Process()