Searched refs:otNetDataGetNextOnMeshPrefix (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/src/posix/platform/ |
D | firewall.cpp | 97 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateIpSets() 114 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateIpSets()
|
D | netif.cpp | 756 while (otNetDataGetNextOnMeshPrefix(aInstance, &iterator, &config) == OT_ERROR_NONE) in UpdateOmrRoutes()
|
/openthread-3.5.0/include/openthread/ |
D | netdata.h | 197 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance,
|
/openthread-3.5.0/src/core/api/ |
D | netdata_api.cpp | 67 otError otNetDataGetNextOnMeshPrefix(otInstance *aInstance, in otNetDataGetNextOnMeshPrefix() function
|
/openthread-3.5.0/src/cli/ |
D | cli_network_data.cpp | 561 error = otNetDataGetNextOnMeshPrefix(GetInstancePtr(), aIterator, aConfig); in GetNextPrefix()
|
/openthread-3.5.0/tests/unit/ |
D | test_routing_manager.cpp | 605 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/ |
D | ncp_base_mtd.cpp | 946 while (otNetDataGetNextOnMeshPrefix(mInstance, &iter, &borderRouterConfig) == OT_ERROR_NONE) in HandlePropertyGet()
|