Home
last modified time | relevance | path

Searched refs:GetShortAddress (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/mac/
Dlink_raw.hpp174 ShortAddress GetShortAddress(void) const { return mSubMac.GetShortAddress(); } in GetShortAddress() function in ot::Mac::LinkRaw
Dmac_links.hpp309 ShortAddress GetShortAddress(void) const in GetShortAddress() function in ot::Mac::Links
313 mSubMac.GetShortAddress(); in GetShortAddress()
Ddata_poll_sender.cpp138 if ((Get<Mac::Mac>().GetShortAddress() == Mac::kShortAddrInvalid) || in GetPollDestinationAddress()
564 frameInfo.mAddrs.mSource.SetShort(Get<Mac::Mac>().GetShortAddress()); in PrepareDataRequest()
Dmac.hpp257 ShortAddress GetShortAddress(void) const { return mLinks.GetShortAddress(); } in GetShortAddress() function in ot::Mac::Mac
Dsub_mac_csl_receiver.cpp269 VerifyOrExit((dst.GetType() == Address::kTypeShort && dst.GetShort() == GetShortAddress()) || in LogReceived()
Dsub_mac.hpp226 ShortAddress GetShortAddress(void) const { return mShortAddress; } in GetShortAddress() function in ot::Mac::SubMac
Dmac.cpp120 SetShortAddress(GetShortAddress()); in Mac()
1825 if (aDestAddress == GetShortAddress()) in FilterDestShortAddress()
/openthread-latest/src/core/thread/
Danycast_locator.cpp101 …ssResolver>().UpdateSnoopedCacheEntry(meshLocalAddress, rloc16, Get<Mac::Mac>().GetShortAddress()); in HandleResponse()
Dmesh_forwarder.cpp168 frameInfo.mAddrs.mSource.SetShort(Get<Mac::Mac>().GetShortAddress()); in PrepareEmptyFrame()
707 aMacAddr.SetShort(Get<Mac::Mac>().GetShortAddress()); in GetMacSourceAddress()
Dmle_router.cpp2913 rloc16 = Get<Mac::Mac>().GetShortAddress() | mNextChildId; in SendChildIdResponse()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp263 return AsCoreType(aInstance).Get<Mac::LinkRaw>().GetShortAddress(); in otLinkGetShortAddress()
Dlink_api.cpp182 return AsCoreType(aInstance).Get<Mac::Mac>().GetShortAddress(); in otLinkGetShortAddress()