Home
last modified time | relevance | path

Searched refs:otThreadGetLinkLocalIp6Address (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/include/openthread/
Dthread.h535 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dthread_api.cpp175 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance) in otThreadGetLinkLocalIp6Address() function
/openthread-3.6.0/src/cli/
Dcli.cpp3204 OutputIp6AddressLine(*otThreadGetLinkLocalIp6Address(GetInstancePtr())); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp1909 const otIp6Address *address = otThreadGetLinkLocalIp6Address(mInstance); in HandlePropertyGet()