Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dicmp6.hpp128 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
Dip4_types.hpp592 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip4::Icmp::Header
Dip6_headers.hpp494 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip6::Option
Ddns_types.hpp125 void SetType(Type aType) in SetType() function in ot::Dns::Header
1316 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord
2689 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::Question
Ddhcp6.hpp133 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
Dnd6.hpp102 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Ip6::Nd::Option
/openthread-latest/src/core/thread/
Dthread_tlvs.hpp89 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv
Dmle_tlvs.hpp133 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv
Dnetwork_diagnostic_tlvs.hpp137 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv
Dnetwork_data_tlvs.hpp149 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv
/openthread-latest/src/core/common/
Dtlvs.hpp76 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
Dmessage.hpp547 void SetType(Type aType) { GetMetadata().mType = aType; } in SetType() function in ot::Message
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp142 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::Tlv
179 … void SetType(MeshCoP::Tlv::Type aType) { ot::ExtendedTlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::ExtendedTlv
/openthread-latest/src/core/coap/
Dcoap_message.hpp262 void SetType(Type aType) in SetType() function in ot::Coap::Message
/openthread-latest/src/core/border_router/
Drouting_manager.hpp994 void SetType(Type aType) { mData2 = aType; } in SetType() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator