Searched refs:otBackboneRouterMulticastListenerGetNext (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_multicast_listeners_table.cpp | 162 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 D | backbone_router_ftd.h | 332 otError otBackboneRouterMulticastListenerGetNext(otInstance *aInstan…
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | backbone_router_ftd_api.cpp | 124 otError otBackboneRouterMulticastListenerGetNext(otInstance *aInstance, in otBackboneRouterMulticastListenerGetNext() function
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_bbr.cpp | 81 …while (otBackboneRouterMulticastListenerGetNext(GetInstancePtr(), &iter, &listenerInfo) == OT_ERRO… in Process()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | multicast_routing.cpp | 180 … while (otBackboneRouterMulticastListenerGetNext(gInstance, &iter, &listenerInfo) == OT_ERROR_NONE) in HasMulticastListener()
|
/aosp_15_r20/external/ot-br-posix/src/android/ |
H A D | otdaemon_server.cpp | 456 while (otBackboneRouterMulticastListenerGetNext(GetOtInstance(), &iter, &info) == OT_ERROR_NONE) in GetBackboneRouterState()
|