Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dip6.h305 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance);
/openthread-latest/src/core/api/
Dip6_api.cpp66 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance) in otIp6GetUnicastAddresses() function
/openthread-latest/src/cli/
Dcli.cpp3316 const otNetifAddress *unicastAddrs = otIp6GetUnicastAddresses(GetInstancePtr()); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2014 …for (const otNetifAddress *address = otIp6GetUnicastAddresses(mInstance); address; address = addre… in HandlePropertyGet()