/openthread-3.7.0/src/core/common/ |
D | tlvs.hpp | 108 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
|
D | data.hpp | 184 void SetLength(LengthType aLength) { mLength = aLength; } in SetLength() function in ot::Data
|
D | array.hpp | 214 void SetLength(IndexType aLength) { mLength = aLength; } in SetLength() function in ot::Array
|
D | message.cpp | 286 Error Message::SetLength(uint16_t aLength) in SetLength() function in ot::Message
|
/openthread-3.7.0/src/core/utils/ |
D | flash.hpp | 167 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Flash::RecordHeader
|
/openthread-3.7.0/src/core/net/ |
D | ip6_headers.hpp | 422 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
|
D | udp6.hpp | 416 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Ip6::Udp::Header
|
D | ip6_address.hpp | 171 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Prefix
|
D | dhcp6.hpp | 241 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dhcp6::Option
|
D | nd6.hpp | 124 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Nd::Option
|
D | dns_types.hpp | 1468 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Dns::ResourceRecord
|
/openthread-3.7.0/src/lib/spinel/ |
D | multi_frame_buffer.hpp | 229 otError SetLength(uint16_t aLength) in SetLength() function in ot::Spinel::MultiFrameBuffer
|
/openthread-3.7.0/src/core/thread/ |
D | network_data.hpp | 646 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::MutableNetworkData
|
D | network_data_tlvs.hpp | 174 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::NetworkData::NetworkDataTlv
|
/openthread-3.7.0/src/core/meshcop/ |
D | dataset.hpp | 584 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::MeshCoP::Dataset
|
/openthread-3.7.0/src/core/mac/ |
D | mac_frame.hpp | 113 …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
|