Home
last modified time | relevance | path

Searched defs:SetType (Results 1 – 14 of 14) sorted by relevance

/openthread-3.5.0/src/core/net/
Dicmp6.hpp137 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
Dip4_types.hpp639 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip4::Icmp::Header
Dip6_headers.hpp542 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip6::Option
Ddns_types.hpp138 void SetType(Type aType) in SetType() function in ot::Dns::Header
1265 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord
2595 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() function in ot::Dns::Question
Dnd6.hpp99 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Ip6::Nd::Option
Ddhcp6.hpp143 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
/openthread-3.5.0/src/core/thread/
Dthread_tlvs.hpp96 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv
Dnetwork_diagnostic_tlvs.hpp141 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv
Dmle_tlvs.hpp141 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv
Dnetwork_data_tlvs.hpp161 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv
/openthread-3.5.0/src/core/common/
Dtlvs.hpp80 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
Dmessage.hpp503 void SetType(Type aType) { GetMetadata().mType = aType; } in SetType() function in ot::Message
/openthread-3.5.0/src/core/meshcop/
Dmeshcop_tlvs.hpp148 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
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp280 void SetType(Type aType) in SetType() function in ot::Coap::Message