Home
last modified time | relevance | path

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

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