Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.cpp372 uint8_t Frame::SkipSequenceIndex(void) const in SkipSequenceIndex() function in ot::Mac::Frame
391 index = SkipSequenceIndex(); in FindDstPanIdIndex()
484 uint8_t Frame::FindDstAddrIndex(void) const { return SkipSequenceIndex() + (IsDstPanIdPresent() ? s… in FindDstAddrIndex()
519 index = SkipSequenceIndex(); in FindSrcPanIdIndex()
608 uint8_t index = SkipSequenceIndex(); in FindSrcAddrIndex()
Dmac_frame.hpp848 uint8_t SkipSequenceIndex(void) const;