Home
last modified time | relevance | path

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

/openthread-3.5.0/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.cpp756 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateOmrRoutes()
/openthread-3.5.0/include/openthread/
Dnetdata.h197 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance,
/openthread-3.5.0/src/core/api/
Dnetdata_api.cpp67 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance, in otNetDataGetNextOnMeshPrefix() function
/openthread-3.5.0/src/cli/
Dcli_network_data.cpp561 error = otNetDataGetNextOnMeshPrefix(GetInstancePtr(), aIterator, aConfig); in GetNextPrefix()
/openthread-3.5.0/tests/unit/
Dtest_routing_manager.cpp605 SuccessOrQuit(otNetDataGetNextOnMeshPrefix(sInstance, &iterator, &prefixConfig)); in VerifyOmrPrefixInNetData()
613 … VerifyOrQuit(otNetDataGetNextOnMeshPrefix(sInstance, &iterator, &prefixConfig) == kErrorNotFound); in VerifyOmrPrefixInNetData()
622 VerifyOrQuit(otNetDataGetNextOnMeshPrefix(sInstance, &iterator, &prefixConfig) != kErrorNone); in VerifyNoOmrPrefixInNetData()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp946 while (otNetDataGetNextOnMeshPrefix(mInstance, &iter, &borderRouterConfig) == OT_ERROR_NONE) in HandlePropertyGet()