Searched refs:AppendTlv (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/src/core/common/ |
D | tlvs.hpp | 475 return AppendTlv(aMessage, TlvType::kType, aValue, aLength); in Append() 495 return AppendTlv(aMessage, SimpleTlvType::kType, &aValue, sizeof(aValue)); in Append() 558 static Error AppendTlv(Message &aMessage, uint8_t aType, const void *aValue, uint8_t aLength);
|
D | tlvs.cpp | 292 return AppendTlv(aMessage, aType, aValue, static_cast<uint8_t>(length)); in AppendStringTlv() 299 return AppendTlv(aMessage, aType, &value, sizeof(UintType)); in AppendUintTlv() 307 Error Tlv::AppendTlv(Message &aMessage, uint8_t aType, const void *aValue, uint8_t aLength) in AppendTlv() function in ot::Tlv
|
/openthread-3.5.0/src/core/thread/ |
D | network_data_local.cpp | 105 prefixTlv = As<PrefixTlv>(AppendTlv(sizeof(PrefixTlv) + aPrefix.GetBytesSize() + subTlvLength)); in AddPrefix() 200 serviceTlv = As<ServiceTlv>(AppendTlv(serviceTlvSize)); in AddService()
|
D | network_data.hpp | 735 NetworkDataTlv *AppendTlv(uint16_t aTlvSize);
|
D | network_data_leader.cpp | 441 …commissioningDataTlv = As<CommissioningDataTlv>(AppendTlv(sizeof(CommissioningDataTlv) + aValueLen… in SetCommissioningData()
|
D | network_data_leader_ftd.cpp | 798 dstPrefix = As<PrefixTlv>(AppendTlv(PrefixTlv::CalculateSize(aPrefix.GetPrefixLength()))); in AddPrefix() 853 … AppendTlv(ServiceTlv::CalculateSize(aService.GetEnterpriseNumber(), serviceData.GetLength()))); in AddService()
|
D | network_data.cpp | 642 NetworkDataTlv *MutableNetworkData::AppendTlv(uint16_t aTlvSize) in AppendTlv() function in ot::NetworkData::MutableNetworkData
|