Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h510 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix…
/openthread-latest/src/core/api/
Dthread_api.cpp161 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix) in otThreadSetMeshLocalPrefix() function
/openthread-latest/src/cli/
Dcli.cpp5473otThreadSetMeshLocalPrefix(GetInstancePtr(), reinterpret_cast<otMeshLocalPrefix *>(&prefix.mPrefix… in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1980 …error = otThreadSetMeshLocalPrefix(mInstance, reinterpret_cast<const otMeshLocalPrefix *>(meshLoca… in HandlePropertySet()