Home
last modified time | relevance | path

Searched defs:mIsDstPanIdBroadcast (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/include/openthread/
Dmessage.h98 … bool mIsDstPanIdBroadcast : 1; ///< Indicates whether or not destination PAN ID is broadcast. member
/openthread-latest/src/core/common/
Dmessage.hpp199 bool mIsDstPanIdBroadcast : 1; // Whether the dest PAN ID is broadcast. member