Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h495 otError otBorderRoutingGetNextPeerBrEntry(otInstance *aInstance,
/openthread-latest/src/core/api/
Dborder_routing_api.cpp195 otError otBorderRoutingGetNextPeerBrEntry(otInstance *aInstance, in otBorderRoutingGetNextPeerBrEntry() function
/openthread-latest/src/cli/
Dcli_br.cpp429 …while (otBorderRoutingGetNextPeerBrEntry(GetInstancePtr(), &iterator, &peerBrEntry) == OT_ERROR_NO… in Process()