Home
last modified time | relevance | path

Searched refs:mUseShortAddress (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dindirect_sender.hpp113 bool IsIndirectSourceMatchShort(void) const { return mUseShortAddress; } in IsIndirectSourceMatchShort()
114 void SetIndirectSourceMatchShort(bool aShort) { mUseShortAddress = aShort; } in SetIndirectSourceMatchShort()
133 … bool mUseShortAddress : 1; // Indicates whether to use short or extended address. member in ot::IndirectSender::NeighborInfo
Dindirect_sender.cpp44 if (mUseShortAddress) in GetMacAddress()