Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtlvs.hpp102 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Tlv
724 void SetLength(uint16_t aLength) in SetLength() function in ot::ExtendedTlv
Ddata.hpp173 void SetLength(LengthType aLength) { mLength = aLength; } in SetLength() function in ot::Data
Darray.hpp200 void SetLength(IndexType aLength) { mLength = aLength; } in SetLength() function in ot::Array
Dmessage.cpp276 Error Message::SetLength(uint16_t aLength) in SetLength() function in ot::Message
/openthread-latest/src/core/utils/
Dflash.hpp159 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Flash::RecordHeader
/openthread-latest/src/core/net/
Dip6_headers.hpp386 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::ExtensionHeader
501 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Option
Dudp6.hpp443 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Ip6::Udp::Header
Dip6_address.hpp158 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Prefix
Ddhcp6.hpp225 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dhcp6::Option
Dnd6.hpp125 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Nd::Option
Ddns_types.hpp1358 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dns::ResourceRecord
/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp216 otError SetLength(uint16_t aLength) in SetLength() function in ot::Spinel::MultiFrameBuffer
/openthread-latest/src/core/mac/
Dmac_header_ie.hpp103 …void SetLength(uint8_t aLength) { mFields.m8[0] = (mFields.m8[0] & ~kLengthMask) | (aLength & kLen… in SetLength() function in ot::Mac::HeaderIe
Dmac_frame.hpp505 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Mac::Frame
/openthread-latest/src/core/thread/
Dnetwork_data.hpp607 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::MutableNetworkData
Dnetwork_data_tlvs.hpp163 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::NetworkDataTlv
/openthread-latest/src/core/meshcop/
Ddataset.hpp541 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::MeshCoP::Dataset