Home
last modified time | relevance | path

Searched refs:SetShortAddress (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/radio/
Dradio.cpp67 SetShortAddress(Mac::kShortAddrInvalid); in Init()
91 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress() function in ot::Radio
Dradio.hpp348 void SetShortAddress(Mac::ShortAddress aShortAddress);
1050 inline void Radio::SetShortAddress(Mac::ShortAddress) {} in SetShortAddress() function in ot::Radio
/openthread-latest/src/core/mac/
Dlink_raw.cpp153 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() function in ot::Mac::LinkRaw
158 mSubMac.SetShortAddress(aShortAddress); in SetShortAddress()
Dmac_links.hpp324 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() function in ot::Mac::Links
327 mSubMac.SetShortAddress(aShortAddress); in SetShortAddress()
Dlink_raw.hpp184 Error SetShortAddress(ShortAddress aShortAddress);
Dmac.hpp264 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress() function in ot::Mac::Mac
Dsub_mac.cpp162 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() function in ot::Mac::SubMac
165 Get<Radio>().SetShortAddress(mShortAddress); in SetShortAddress()
Dsub_mac.hpp233 void SetShortAddress(ShortAddress aShortAddress);
Dmac.cpp120 SetShortAddress(GetShortAddress()); in Mac()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp53 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetShortAddress(aShortAddress); in otLinkRawSetShortAddress()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp224 otError SetShortAddress(uint16_t aAddress);
Dradio_spinel.cpp838 otError RadioSpinel::SetShortAddress(uint16_t aAddress) in SetShortAddress() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp256 SuccessOrDie(GetRadioSpinel().SetShortAddress(aAddress)); in otPlatRadioSetShortAddress()
/openthread-latest/src/core/thread/
Dmle.cpp411 Get<Mac::Mac>().SetShortAddress(networkInfo.GetRloc16()); in Restore()
977 Get<Mac::Mac>().SetShortAddress(aRloc16); in SetRloc16()