Searched refs:mShortAddress (Results 1 – 15 of 15) sorted by relevance
/openthread-latest/examples/platforms/utils/ |
D | link_metrics.cpp | 67 mShortAddress = aShortAddress; in Set() 134 …bool Matches(const otShortAddress &aShortAddress) const { return mShortAddress == aShortAddress; }; in Matches() 145 otShortAddress mShortAddress; member in LinkMetricsDataInfo 224 … dataInfo = GetLinkMetricsDataInfoActiveList().FindMatching(aMacAddress->mAddress.mShortAddress); in GetLinkMetricsInfoByMacAddress()
|
D | mac_frame.h | 61 otShortAddress mShortAddress; ///< The IEEE 802.15.4 Short Address. member 350 otShortAddress mShortAddress; member
|
D | mac_frame.cpp | 119 aOutAddress->mAddress.mShortAddress = aInAddress.GetShort(); in GetOtMacAddress()
|
/openthread-latest/src/core/mac/ |
D | mac_links.hpp | 315 mShortAddress; in GetShortAddress() 329 mShortAddress = aShortAddress; in SetShortAddress() 708 ShortAddress mShortAddress; member in ot::Mac::Links
|
D | mac_types.hpp | 289 ShortAddress GetShort(void) const { return mShared.mShortAddress; } in GetShort() 325 mShared.mShortAddress = aShortAddress; in SetShort() 391 ShortAddress mShortAddress; ///< The IEEE 802.15.4 Short Address. member
|
D | sub_mac.cpp | 74 mShortAddress = kShortAddrInvalid; in Init() 164 mShortAddress = aShortAddress; in SetShortAddress() 165 Get<Radio>().SetShortAddress(mShortAddress); in SetShortAddress() 166 LogDebg("RadioShortAddress: 0x%04x", mShortAddress); in SetShortAddress()
|
D | sub_mac.hpp | 226 ShortAddress GetShortAddress(void) const { return mShortAddress; } in GetShortAddress() 643 ShortAddress mShortAddress; member in ot::Mac::SubMac
|
D | mac_links.cpp | 129 , mShortAddress(kShortAddrInvalid) in Links()
|
/openthread-latest/src/core/thread/ |
D | neighbor.cpp | 69 if (mShortAddress != Mac::kShortAddrInvalid) in Matches() 71 VerifyOrExit(mShortAddress == aNeighbor.GetRloc16()); in Matches()
|
D | neighbor.hpp | 178 , mShortAddress(aShortAddress) in AddressMatcher() 184 Mac::ShortAddress mShortAddress; member in ot::Neighbor::AddressMatcher
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.hpp | 70 Mac::ShortAddress mShortAddress; member
|
D | nexus_radio.cpp | 73 AsNode(aInstance).mRadio.mShortAddress = aShortAddress; in otPlatRadioSetShortAddress() 278 VerifyOrExit(aAddress.IsBroadcast() || aAddress.GetShort() == mShortAddress); in Matches()
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 298 rval = utilsSoftSrcMatchShortFindEntry(src.mAddress.mShortAddress) >= 0; in hasFramePending() 383 sRadioContext.mShortAddress = aShortAddress; in otPlatRadioSetShortAddress() 862 otEXPECT_ACTION(otMacFrameDoesAddrMatchAny(&sReceiveFrame, sPanid, sRadioContext.mShortAddress, in radioProcessFrame()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 78 , mShortAddress(0) in RadioSpinel() 842 VerifyOrExit(mShortAddress != aAddress); in SetShortAddress() 844 mShortAddress = aAddress; in SetShortAddress() 1786 SuccessOrExit(error = Set(SPINEL_PROP_MAC_15_4_SADDR, SPINEL_DATATYPE_UINT16_S, mShortAddress)); in Enable() 2174 SuccessOrDie(Set(SPINEL_PROP_MAC_15_4_SADDR, SPINEL_DATATYPE_UINT16_S, mShortAddress)); in RestoreProperties()
|
D | radio_spinel.hpp | 1245 uint16_t mShortAddress; member in ot::Spinel::RadioSpinel
|