Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h544 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp181 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance) in otThreadGetLinkLocalIp6Address() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp3302 OutputIp6AddressLine(*otThreadGetLinkLocalIp6Address(GetInstancePtr())); in Process()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp2003 const otIp6Address *address = otThreadGetLinkLocalIp6Address(mInstance); in HandlePropertyGet()