Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h561 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp186 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetLinkLocalAllThreadNodesMulticastAddress() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp3421 OutputIp6AddressLine(*otThreadGetLinkLocalAllThreadNodesMulticastAddress(GetInstancePtr())); in Process()