Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.cpp46 mAllocated = true; in SetFrom()
/openthread-latest/include/openthread/
Dthread.h144 bool mAllocated : 1; ///< Router ID allocated or not member
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp241 …tThreadGetRouterInfo(mInstance, routerId, &routerInfo) != OT_ERROR_NONE) || !routerInfo.mAllocated) in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp5920 OutputLine("Alloc: %d", routerInfo.mAllocated); in Process()
5922 if (routerInfo.mAllocated) in Process()