Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dnetdata.h151 otError otNetDataGetNextOnMeshPrefix(otInstance * aInstance,
/openthread-2.7.6/src/core/api/
Dnetdata_api.cpp52 otError otNetDataGetNextOnMeshPrefix(otInstance * aInstance, in otNetDataGetNextOnMeshPrefix() function
/openthread-2.7.6/src/cli/
Dcli_network_data.cpp360 … while (otNetDataGetNextOnMeshPrefix(mInterpreter.mInstance, &iterator, &config) == OT_ERROR_NONE) in OutputPrefixes()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp970 while (otNetDataGetNextOnMeshPrefix(mInstance, &iter, &borderRouterConfig) == OT_ERROR_NONE) in HandlePropertyGet()