Home
last modified time | relevance | path

Searched refs:otBackboneRouterMulticastListenerAdd (Results 1 – 4 of 4) sorted by relevance

/external/openthread/include/openthread/
Dbackbone_router_ftd.h274 otError otBackboneRouterMulticastListenerAdd(otInstance *aInstance, const otIp6Address *aAddress, u…
/external/openthread/tests/unit/
Dtest_multicast_listeners_table.cpp170 SuccessOrQuit(otBackboneRouterMulticastListenerAdd(aInstance, &MA401, 30)); in testMulticastListenersTableAPIs()
/external/openthread/src/core/api/
Dbackbone_router_ftd_api.cpp160 otError otBackboneRouterMulticastListenerAdd(otInstance *aInstance, const otIp6Address *aAddress, u… in otBackboneRouterMulticastListenerAdd() function
/external/openthread/src/cli/
Dcli.cpp791 error = otBackboneRouterMulticastListenerAdd(GetInstancePtr(), &address, timeout); in ProcessBackboneRouterMgmtMlr()