Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h534 otPanId otLinkGetPanId(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp244 otPanId otLinkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().Ge… in otLinkGetPanId() function
Dlink_api.cpp148 otPanId otLinkGetPanId(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().GetPan… in otLinkGetPanId() function
/openthread-latest/src/ncp/
Dncp_base.cpp1616 return mEncoder.WriteUint16(otLinkGetPanId(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp5079 OutputLine("0x%04x", otLinkGetPanId(GetInstancePtr())); in Process()