Home
last modified time | relevance | path

Searched refs:kWithUint16Length (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_packet.hpp234 class Packet : private MutableData<kWithUint16Length>
236 using Base = MutableData<kWithUint16Length>;
Dtrel_interface.cpp153 MutableData<kWithUint16Length> txtData; in RegisterService()
/openthread-latest/src/core/common/
Dframe_data.hpp50 class FrameData : public Data<kWithUint16Length>
Dappender.hpp154 void GetAsData(Data<kWithUint16Length> &aData) const;
Dheap_data.hpp195 MutableData<kWithUint16Length> mData;
Dappender.cpp87 void Appender::GetAsData(Data<kWithUint16Length> &aData) const in GetAsData()
Ddata.hpp59 kWithUint16Length, ///< Use `uint16_t` for data length enumerator
Dmessage.hpp1516 class Chunk : public Data<kWithUint16Length>
/openthread-latest/src/core/border_router/
Dinfra_if.hpp61 …typedef Data<kWithUint16Length> Icmp6Packet; ///< An IMCPv6 packet (data containing the…
/openthread-latest/tests/unit/
Dtest_data.cpp206 ot::TestData<ot::kWithUint16Length>(); in main()
208 ot::TestMutableData<ot::kWithUint16Length>(); in main()
Dtest_message.cpp377 Data<kWithUint16Length> data; in TestAppender()
Dtest_dns.cpp1615 MutableData<kWithUint16Length> data; in TestDnsTxtEntry()
Dtest_mdns.cpp224 struct Data : public ot::Data<kWithUint16Length>
/openthread-latest/src/core/net/
Dnd6.hpp64 typedef Data<kWithUint16Length> Icmp6Packet; ///< A data buffer for an ICMPv6 packet.
778 Data<kWithUint16Length> mData;
Ddns_types.cpp1153 …ppendEntries(const TxtEntry *aEntries, uint16_t aNumEntries, MutableData<kWithUint16Length> &aData) in AppendEntries()
Ddns_types.hpp1238 …pendEntries(const TxtEntry *aEntries, uint16_t aNumEntries, MutableData<kWithUint16Length> &aData);
/openthread-latest/src/core/api/
Ddns_api.cpp57 MutableData<kWithUint16Length> data; in otDnsEncodeTxtData()