Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h602 otShortAddress otLinkGetAlternateShortAddress(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp185 otShortAddress otLinkGetAlternateShortAddress(otInstance *aInstance) in otLinkGetAlternateShortAddress() function
/openthread-latest/src/cli/
Dcli.cpp6966 OutputLine("0x%04x", otLinkGetAlternateShortAddress(GetInstancePtr())); in Process()