Home
last modified time | relevance | path

Searched refs:otThreadGetLinkLocalAllThreadNodesMulticastAddress (Results 1 – 3 of 3) sorted by relevance

/external/openthread/include/openthread/
Dthread.h537 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance);
/external/openthread/src/core/api/
Dthread_api.cpp180 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetLinkLocalAllThreadNodesMulticastAddress() function
/external/openthread/src/cli/
Dcli.cpp3550 OutputIp6AddressLine(*otThreadGetLinkLocalAllThreadNodesMulticastAddress(GetInstancePtr())); in Process()