Home
last modified time | relevance | path

Searched refs:mShortAddress (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp67 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()
Dmac_frame.h61 otShortAddress mShortAddress; ///< The IEEE 802.15.4 Short Address. member
350 otShortAddress mShortAddress; member
Dmac_frame.cpp119 aOutAddress->mAddress.mShortAddress = aInAddress.GetShort(); in GetOtMacAddress()
/openthread-latest/src/core/mac/
Dmac_links.hpp315 mShortAddress; in GetShortAddress()
329 mShortAddress = aShortAddress; in SetShortAddress()
708 ShortAddress mShortAddress; member in ot::Mac::Links
Dmac_types.hpp289 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
Dsub_mac.cpp74 mShortAddress = kShortAddrInvalid; in Init()
164 mShortAddress = aShortAddress; in SetShortAddress()
165 Get<Radio>().SetShortAddress(mShortAddress); in SetShortAddress()
166 LogDebg("RadioShortAddress: 0x%04x", mShortAddress); in SetShortAddress()
Dsub_mac.hpp226 ShortAddress GetShortAddress(void) const { return mShortAddress; } in GetShortAddress()
643 ShortAddress mShortAddress; member in ot::Mac::SubMac
Dmac_links.cpp129 , mShortAddress(kShortAddrInvalid) in Links()
/openthread-latest/src/core/thread/
Dneighbor.cpp69 if (mShortAddress != Mac::kShortAddrInvalid) in Matches()
71 VerifyOrExit(mShortAddress == aNeighbor.GetRloc16()); in Matches()
Dneighbor.hpp178 , mShortAddress(aShortAddress) in AddressMatcher()
184 Mac::ShortAddress mShortAddress; member in ot::Neighbor::AddressMatcher
/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp70 Mac::ShortAddress mShortAddress; member
Dnexus_radio.cpp73 AsNode(aInstance).mRadio.mShortAddress = aShortAddress; in otPlatRadioSetShortAddress()
278 VerifyOrExit(aAddress.IsBroadcast() || aAddress.GetShort() == mShortAddress); in Matches()
/openthread-latest/examples/platforms/simulation/
Dradio.c298 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/
Dradio_spinel.cpp78 , 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()
Dradio_spinel.hpp1245 uint16_t mShortAddress; member in ot::Spinel::RadioSpinel