Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h455 otError otBorderRoutingGetNextPrefixTableEntry(otInstance *aInstance,
/openthread-latest/src/core/api/
Dborder_routing_api.cpp173 otError otBorderRoutingGetNextPrefixTableEntry(otInstance *aInstance, in otBorderRoutingGetNextPrefixTableEntry() function
/openthread-latest/src/cli/
Dcli_br.cpp504 …while (otBorderRoutingGetNextPrefixTableEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NON… in Process()