Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dfirewall.cpp97 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateIpSets()
114 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateIpSets()
Dnetif.cpp821 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateOmrRoutes()
/openthread-latest/include/openthread/
Dnetdata.h187 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance,
/openthread-latest/src/core/api/
Dnetdata_api.cpp64 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance, in otNetDataGetNextOnMeshPrefix() function
/openthread-latest/src/cli/
Dcli_network_data.cpp587 error = otNetDataGetNextOnMeshPrefix(GetInstancePtr(), aIterator, aConfig); in GetNextPrefix()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp703 SuccessOrQuit(otNetDataGetNextOnMeshPrefix(sInstance, &iterator, &prefixConfig)); in VerifyOmrPrefixInNetData()
711 … VerifyOrQuit(otNetDataGetNextOnMeshPrefix(sInstance, &iterator, &prefixConfig) == kErrorNotFound); in VerifyOmrPrefixInNetData()
720 VerifyOrQuit(otNetDataGetNextOnMeshPrefix(sInstance, &iterator, &prefixConfig) != kErrorNone); in VerifyNoOmrPrefixInNetData()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp949 while (otNetDataGetNextOnMeshPrefix(mInstance, &iter, &borderRouterConfig) == OT_ERROR_NONE) in HandlePropertyGet()