Home
last modified time | relevance | path

Searched defs:GetShortAddress (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dlink_raw.hpp188 ShortAddress GetShortAddress(void) const { return mSubMac.GetShortAddress(); } in GetShortAddress() function in ot::Mac::LinkRaw
H A Dmac_links.hpp329 ShortAddress GetShortAddress(void) const in GetShortAddress() function in ot::Mac::Links
H A Dsub_mac.hpp241 ShortAddress GetShortAddress(void) const { return mShortAddress; } in GetShortAddress() function in ot::Mac::SubMac
H A Dmac.hpp262 ShortAddress GetShortAddress(void) const { return mLinks.GetShortAddress(); } in GetShortAddress() function in ot::Mac::Mac