Home
last modified time | relevance | path

Searched refs:otBackboneRouterMulticastListenerGetNext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_multicast_listeners_table.cpp162 while (otBackboneRouterMulticastListenerGetNext(aInstance, &iter, &info) == kErrorNone) in testMulticastListenersTableAPIs()
170 while (otBackboneRouterMulticastListenerGetNext(aInstance, &iter, &info) == kErrorNone) in testMulticastListenersTableAPIs()
182 while (otBackboneRouterMulticastListenerGetNext(aInstance, &iter, &info) == kErrorNone) in testMulticastListenersTableAPIs()
/aosp_15_r20/external/openthread/include/openthread/
H A Dbackbone_router_ftd.h332 otError otBackboneRouterMulticastListenerGetNext(otInstance *aInstan…
/aosp_15_r20/external/openthread/src/core/api/
H A Dbackbone_router_ftd_api.cpp124 otError otBackboneRouterMulticastListenerGetNext(otInstance *aInstance, in otBackboneRouterMulticastListenerGetNext() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_bbr.cpp81 …while (otBackboneRouterMulticastListenerGetNext(GetInstancePtr(), &iter, &listenerInfo) == OT_ERRO… in Process()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dmulticast_routing.cpp180 … while (otBackboneRouterMulticastListenerGetNext(gInstance, &iter, &listenerInfo) == OT_ERROR_NONE) in HasMulticastListener()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dotdaemon_server.cpp456 while (otBackboneRouterMulticastListenerGetNext(GetOtInstance(), &iter, &info) == OT_ERROR_NONE) in GetBackboneRouterState()