Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dbackbone_router_ftd_api.cpp126 … otBackboneRouterMulticastListenerInfo *aListenerInfo) in otBackboneRouterMulticastListenerGetNext() argument
129 OT_ASSERT(aListenerInfo != nullptr); in otBackboneRouterMulticastListenerGetNext()
131 …Type(aInstance).Get<BackboneRouter::MulticastListenersTable>().GetNext(*aIterator, *aListenerInfo); in otBackboneRouterMulticastListenerGetNext()
/external/openthread/src/core/backbone_router/
Dmulticast_listeners_table.cpp294 otBackboneRouterMulticastListenerInfo & aListenerInfo) in GetNext() argument
303 aListenerInfo.mAddress = mListeners[aIterator].mAddress; in GetNext()
304 aListenerInfo.mTimeout = in GetNext()
Dmulticast_listeners_table.hpp189 otBackboneRouterMulticastListenerInfo & aListenerInfo);
/external/openthread/include/openthread/
Dbackbone_router_ftd.h311 … otBackboneRouterMulticastListenerInfo * aListenerInfo);