/openthread-latest/src/core/common/ |
D | tlvs.hpp | 102 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
|
D | data.hpp | 173 void SetLength(LengthType aLength) { mLength = aLength; } in SetLength() function in ot::Data
|
D | array.hpp | 200 void SetLength(IndexType aLength) { mLength = aLength; } in SetLength() function in ot::Array
|
D | message.cpp | 276 Error Message::SetLength(uint16_t aLength) in SetLength() function in ot::Message
|
/openthread-latest/src/core/utils/ |
D | flash.hpp | 159 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Flash::RecordHeader
|
/openthread-latest/src/core/net/ |
D | ip6_headers.hpp | 386 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
|
D | udp6.hpp | 443 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Ip6::Udp::Header
|
D | ip6_address.hpp | 158 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Prefix
|
D | dhcp6.hpp | 225 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dhcp6::Option
|
D | nd6.hpp | 125 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Nd::Option
|
D | dns_types.hpp | 1358 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dns::ResourceRecord
|
/openthread-latest/src/lib/spinel/ |
D | multi_frame_buffer.hpp | 216 otError SetLength(uint16_t aLength) in SetLength() function in ot::Spinel::MultiFrameBuffer
|
/openthread-latest/src/core/mac/ |
D | mac_header_ie.hpp | 103 …void SetLength(uint8_t aLength) { mFields.m8[0] = (mFields.m8[0] & ~kLengthMask) | (aLength & kLen… in SetLength() function in ot::Mac::HeaderIe
|
D | mac_frame.hpp | 505 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Mac::Frame
|
/openthread-latest/src/core/thread/ |
D | network_data.hpp | 607 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::MutableNetworkData
|
D | network_data_tlvs.hpp | 163 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::NetworkDataTlv
|
/openthread-latest/src/core/meshcop/ |
D | dataset.hpp | 541 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::MeshCoP::Dataset
|