Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dicmp6.hpp135 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
Dip4_types.hpp636 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.hpp135 void SetType(Type aType) in SetType() function in ot::Dns::Header
1389 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord
2778 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::Question
Ddhcp6.hpp140 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
Dnd6.hpp97 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Ip6::Nd::Option
/openthread-3.6.0/src/core/thread/
Dthread_tlvs.hpp93 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv
Dmle_tlvs.hpp138 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv
Dnetwork_diagnostic_tlvs.hpp138 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv
Dnetwork_data_tlvs.hpp158 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv
/openthread-3.6.0/src/core/common/
Dtlvs.hpp79 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
Dmessage.hpp517 void SetType(Type aType) { GetMetadata().mType = aType; } in SetType() function in ot::Message
/openthread-3.6.0/src/core/meshcop/
Dmeshcop_tlvs.hpp145 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::Tlv
197 … void SetType(MeshCoP::Tlv::Type aType) { ot::ExtendedTlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::ExtendedTlv
/openthread-3.6.0/src/core/coap/
Dcoap_message.hpp278 void SetType(Type aType) in SetType() function in ot::Coap::Message