Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/common/
Dtlvs.hpp108 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Tlv
733 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.cpp286 Error Message::SetLength(uint16_t aLength) in SetLength() function in ot::Message
/openthread-3.7.0/src/core/utils/
Dflash.hpp167 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Flash::RecordHeader
/openthread-3.7.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 = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Ip6::Udp::Header
Dip6_address.hpp171 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Prefix
Ddhcp6.hpp241 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dhcp6::Option
Dnd6.hpp124 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Nd::Option
Ddns_types.hpp1468 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dns::ResourceRecord
/openthread-3.7.0/src/lib/spinel/
Dmulti_frame_buffer.hpp229 otError SetLength(uint16_t aLength) in SetLength() function in ot::Spinel::MultiFrameBuffer
/openthread-3.7.0/src/core/thread/
Dnetwork_data.hpp646 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::MutableNetworkData
Dnetwork_data_tlvs.hpp174 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::NetworkDataTlv
/openthread-3.7.0/src/core/meshcop/
Ddataset.hpp584 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::MeshCoP::Dataset
/openthread-3.7.0/src/core/mac/
Dmac_frame.hpp113 …void SetLength(uint8_t aLength) { mFields.m8[0] = (mFields.m8[0] & ~kLengthMask) | (aLength & kLen… in SetLength() function in ot::Mac::HeaderIe
802 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Mac::Frame