Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dborder_routing.h482 otError otBorderRoutingGetNextPrefixTableEntry(otInstance *aInstance,
/aosp_15_r20/external/openthread/src/core/api/
H A Dborder_routing_api.cpp177 otError otBorderRoutingGetNextPrefixTableEntry(otInstance *aInstance, in otBorderRoutingGetNextPrefixTableEntry() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_br.cpp504 …while (otBorderRoutingGetNextPrefixTableEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NON… in Process()