Home
last modified time | relevance | path

Searched defs:SetLength (Results 1 – 15 of 15) sorted by relevance

/openthread-3.4.0/src/core/common/
Dtlvs.hpp109 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Tlv
545 void SetLength(uint16_t aLength) in SetLength() function in ot::ExtendedTlv
Ddata.hpp184 void SetLength(LengthType aLength) { mLength = aLength; } in SetLength() function in ot::Data
Darray.hpp214 void SetLength(IndexType aLength) { mLength = aLength; } in SetLength() function in ot::Array
Dmessage.cpp288 Error Message::SetLength(uint16_t aLength) in SetLength() function in ot::Message
/openthread-3.4.0/src/core/utils/
Dflash.hpp167 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Flash::RecordHeader
/openthread-3.4.0/src/core/net/
Dip6_headers.hpp422 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::ExtensionHeader
550 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Option
Dudp6.hpp416 void SetLength(uint16_t aLength) { mLength = HostSwap16(aLength); } in SetLength() function in ot::Ip6::Udp::Header
Dip6_address.hpp173 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Prefix
Dnd6.hpp125 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Nd::Option
Ddhcp6.hpp239 void SetLength(uint16_t aLength) { mLength = HostSwap16(aLength); } in SetLength() function in ot::Dhcp6::Option
Ddns_types.hpp1339 void SetLength(uint16_t aLength) { mLength = HostSwap16(aLength); } in SetLength() function in ot::Dns::ResourceRecord
/openthread-3.4.0/src/lib/hdlc/
Dhdlc.hpp242 otError SetLength(uint16_t aLength) in SetLength() function in ot::Hdlc::MultiFrameBuffer
/openthread-3.4.0/src/core/thread/
Dnetwork_data.hpp644 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::MutableNetworkData
Dnetwork_data_tlvs.hpp177 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::NetworkDataTlv
/openthread-3.4.0/src/core/mac/
Dmac_frame.hpp119 …void SetLength(uint8_t aLength) { mFields.m8[0] = (mFields.m8[0] & ~kLengthMask) | (aLength & kLen… in SetLength() function in ot::Mac::HeaderIe
791 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Mac::Frame