Home
last modified time | relevance | path

Searched refs:FindDstAddrIndex (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.cpp484 uint8_t Frame::FindDstAddrIndex(void) const { return SkipSequenceIndex() + (IsDstPanIdPresent() ? s… in FindDstAddrIndex() function in ot::Mac::Frame
489 uint8_t index = FindDstAddrIndex(); in GetDstAddr()
Dmac_frame.hpp850 uint8_t FindDstAddrIndex(void) const;