Home
last modified time | relevance | path

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

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