Home
last modified time | relevance | path

Searched refs:otThreadGetExtendedPanId (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h357 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance);
/openthread-latest/src/cli/
Dcli_dataset.cpp521 … : otThreadGetExtendedPanId(GetInstancePtr())), in ParsePskc()
Dcli.cpp3034 OutputBytesLine(otThreadGetExtendedPanId(GetInstancePtr())->m8); in Process()
4004 otThreadGetExtendedPanId(GetInstancePtr()), &pskc)); in Process()
/openthread-latest/src/core/api/
Dthread_api.cpp52 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance) in otThreadGetExtendedPanId() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp614 return mEncoder.WriteData(otThreadGetExtendedPanId(mInstance)->m8, sizeof(spinel_net_xpanid_t)); in HandlePropertyGet()