Searched defs:SetSequence (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | icmp6.hpp | 184 void SetSequence(uint16_t aSequence) { mData.m16[1] = BigEndian::HostSwap16(aSequence); } in SetSequence() function in ot::Ip6::Icmp::Header |
D | ip6_mpl.hpp | 125 void SetSequence(uint8_t aSequence) { mSequence = aSequence; } in SetSequence() function in ot::Ip6::MplOption |
/openthread-latest/src/core/mac/ | ||
D | mac_links.hpp | 216 void SetSequence(uint8_t aSequence) in SetSequence() function in ot::Mac::TxFrames |
D | mac_header_ie.hpp | 261 void SetSequence(uint8_t aSequence) { mSequence = aSequence; } in SetSequence() function in ot::Mac::TimeIe |
D | mac_frame.cpp | 477 void Frame::SetSequence(uint8_t aSequence) in SetSequence() function in ot::Mac::Frame |