/openthread-3.5.0/src/core/meshcop/ |
D | meshcop_tlvs.hpp | 148 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::Tlv 294 … void SetType(MeshCoP::Tlv::Type aType) { ot::ExtendedTlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::ExtendedTlv 359 SetType(kChannel); in Init() 424 SetType(kPanId); in Init() 471 SetType(kExtendedPanId); in Init() 518 SetType(kNetworkName); in Init() 565 SetType(kPskc); in Init() 612 SetType(kNetworkKey); in Init() 659 SetType(kNetworkKeySequence); in Init() 706 SetType(kMeshLocalPrefix); in Init() [all …]
|
D | dataset.cpp | 414 tlv.SetType(aType); in SetTlv() 469 tlv.SetType(type); in AppendMleDatasetTlv()
|
/openthread-3.5.0/src/core/thread/ |
D | thread_tlvs.hpp | 96 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv 214 SetType(kRouterMask); in Init() 287 SetType(kThreadNetworkData); in Init() 331 void Init(void) { SetType(kIp6Addresses); } in Init()
|
D | link_metrics_tlvs.hpp | 103 void Init(void) { SetType(SubTlv::kReport); } in Init() 193 SetType(SubTlv::kQueryOptions); in Init() 224 SetType(SubTlv::kFwdProbingReg); in Init() 295 SetType(SubTlv::kEnhAckConfig); in Init()
|
D | network_diagnostic_tlvs.hpp | 141 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv 266 ot::Tlv::SetType(kType); in Init() 307 ot::Tlv::SetType(kType); in Init() 328 ot::Tlv::SetType(kType); in Init() 346 SetType(kMacCounters); in Init() 642 SetType(kChannelPages); in Init() 685 SetType(kTypeList); in Init() 720 SetType(kChild); in InitAsEmpty() 942 SetType(kRouterNeighbor); in InitAsEmpty()
|
D | network_diagnostic_tlvs.cpp | 51 SetType(kChild); in InitFrom() 85 SetType(kRouterNeighbor); in InitFrom() 104 SetType(kAnswer); in Init() 112 SetType(kMleCounters); in Init()
|
D | mle_tlvs.hpp | 141 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv 425 SetType(kRoute); in Init() 652 SetType(kLeaderData); in Init() 748 SetType(kConnectivity); in Init() 1044 SetType(kChannel); in Init() 1115 SetType(kTimeParameter); in Init() 1182 SetType(kCslChannel); in Init() 1249 SetType(kCslClockAccuracy); in Init()
|
D | network_data_tlvs.hpp | 161 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv 543 SetType(kTypeHasRoute); in Init() 646 SetType(kTypePrefix); in Init() 1117 SetType(kTypeBorderRouter); in Init() 1222 SetType(kTypeContext); in Init() 1291 SetType(kTypeCommissioningData); in Init() 1487 SetType(kTypeServer); in Init()
|
D | mle_tlvs.cpp | 45 SetType(kRoute); in Init()
|
D | network_data_tlvs.cpp | 97 SetType(kTypeService); in Init()
|
D | network_diagnostic.cpp | 153 tlv.SetType(Tlv::kIp6AddressList); in AppendIp6AddressList() 161 extTlv.SetType(Tlv::kIp6AddressList); in AppendIp6AddressList() 189 tlv.SetType(Tlv::kChildTable); in AppendChildTable() 197 extTlv.SetType(Tlv::kChildTable); in AppendChildTable() 733 tlv.SetType(Tlv::kChildIp6AddressList); in AppendChildTableIp6AddressList() 759 tlv.SetType(Tlv::kChildIp6AddressList); in AppendChildIp6AddressListTlv() 767 extTlv.SetType(Tlv::kChildIp6AddressList); in AppendChildIp6AddressListTlv()
|
D | energy_scan_server.cpp | 89 tlv.SetType(MeshCoP::Tlv::kEnergyList); in HandleTmf()
|
D | network_data_notifier.cpp | 203 tlv.SetType(ThreadTlv::kThreadNetworkData); in SendServerDataNotification()
|
/openthread-3.5.0/tests/unit/ |
D | test_tlv.cpp | 67 tlv.SetType(1); in TestTlv() 81 extTlv.SetType(2); in TestTlv() 95 tlv.SetType(3); in TestTlv() 111 extTlv.SetType(4); in TestTlv() 131 tlv.SetType(5); in TestTlv() 152 extTlv.SetType(6); in TestTlv() 174 extTlv.SetType(7); in TestTlv()
|
/openthread-3.5.0/src/core/net/ |
D | ip6_headers.cpp | 111 SetType(kTypePad1); in InitForPadSize() 115 SetType(kTypePadN); in InitForPadSize()
|
D | icmp6.cpp | 70 icmpHeader.SetType(Header::kTypeEchoRequest); in SendEchoRequest() 117 icmp6Header.SetType(aType); in SendError() 193 icmp6Header.SetType(Header::kTypeEchoReply); in HandleEchoRequest()
|
D | nd6.cpp | 87 SetType(kTypePrefixInfo); in Init() 113 SetType(kTypeRouteInfo); in Init() 268 mHeader.SetType(Icmp::Header::kTypeRouterSolicit); in RouterSolicitMessage()
|
D | nat64_translator.cpp | 88 message->SetType(Message::kTypeIp4); in NewIp4Message() 189 aMessage.SetType(Message::kTypeIp4); in TranslateFromIp6() 283 aMessage.SetType(Message::kTypeIp6); in TranslateToIp6() 422 icmp6Header.SetType(Ip6::Icmp::Header::Type::kTypeEchoReply); in TranslateIcmp4() 452 icmp4Header.SetType(Ip4::Icmp::Header::Type::kTypeEchoRequest); in TranslateIcmp6()
|
D | dns_types.hpp | 138 void SetType(Type aType) in SetType() function in ot::Dns::Header 1233 SetType(aType); in Init() 1265 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord 2296 SetType(kTypeOpt); in Init() 2577 SetType(aType); in Question() 2595 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() function in ot::Dns::Question
|
D | icmp6.hpp | 137 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
|
D | dns_dso.cpp | 551 header.SetType(Dns::Header::kTypeQuery); in SendMessage() 556 header.SetType(Dns::Header::kTypeResponse); in SendMessage() 560 header.SetType(Dns::Header::kTypeQuery); in SendMessage() 1040 header.SetType(Dns::Header::kTypeResponse); in SendErrorResponse()
|
D | dhcp6.hpp | 143 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
|
D | ip4_types.hpp | 639 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip4::Icmp::Header
|
D | ip6_headers.hpp | 542 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip6::Option
|
/openthread-3.5.0/src/core/common/ |
D | tlvs.hpp | 80 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
|