Home
last modified time | relevance | path

Searched refs:mExtPanId (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_interface.hpp106 return static_cast<const MeshCoP::ExtendedPanId &>(mExtPanId); in GetExtPanId()
154 void SetExtPanId(const MeshCoP::ExtendedPanId &aExtPanId) { mExtPanId = aExtPanId; } in SetExtPanId()
/openthread-latest/include/openthread/
Dtrel.h64 otExtendedPanId mExtPanId; ///< The Extended PAN Identifier of TREL peer. member
/openthread-latest/src/cli/
Dcli.cpp7193 OutputBytes(peer->mExtPanId.m8); in Process()
7204 OutputBytes(peer->mExtPanId.m8); in Process()