Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dborder_routing.h443 otError otBorderRoutingGetNextPrefixTableEntry(otInstance *aInstance,
/openthread-3.6.0/src/core/api/
Dborder_routing_api.cpp172 otError otBorderRoutingGetNextPrefixTableEntry(otInstance *aInstance, in otBorderRoutingGetNextPrefixTableEntry() function
/openthread-3.6.0/src/cli/
Dcli_br.cpp413 …while (otBorderRoutingGetNextPrefixTableEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NON… in Process()