Home
last modified time | relevance | path

Searched refs:listenerInfo (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/posix/platform/
Dmulticast_routing.cpp177 otBackboneRouterMulticastListenerInfo listenerInfo; in HasMulticastListener() local
179 … while (otBackboneRouterMulticastListenerGetNext(gInstance, &iter, &listenerInfo) == OT_ERROR_NONE) in HasMulticastListener()
181 … VerifyOrExit(static_cast<const Ip6::Address &>(listenerInfo.mAddress) != aAddress, found = true); in HasMulticastListener()
/external/openthread/src/cli/
Dcli.cpp807 otBackboneRouterMulticastListenerInfo listenerInfo; in PrintMulticastListenersTable() local
809 …while (otBackboneRouterMulticastListenerGetNext(GetInstancePtr(), &iter, &listenerInfo) == OT_ERRO… in PrintMulticastListenersTable()
811 OutputIp6Address(listenerInfo.mAddress); in PrintMulticastListenersTable()
812 OutputLine(" %u", listenerInfo.mTimeout); in PrintMulticastListenersTable()