/openthread-latest/src/core/common/ |
D | appender.hpp | 90 Type GetType(void) const { return mType; } in GetType() function in ot::Appender
|
D | tlvs.hpp | 69 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Tlv
|
D | message.hpp | 540 Type GetType(void) const { return static_cast<Type>(GetMetadata().mType); } in GetType() function in ot::Message
|
/openthread-latest/src/core/thread/ |
D | network_data_publisher.hpp | 402 Type GetType(void) const { return mType; } in GetType() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info 427 Type GetType(void) const { return mInfo.GetType(); } in GetType() function in ot::NetworkData::Publisher::DnsSrpServiceEntry
|
D | thread_tlvs.hpp | 82 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::ThreadTlv
|
D | mle_tlvs.hpp | 126 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::Mle::Tlv
|
D | network_diagnostic_tlvs.hpp | 130 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::NetworkDiagnostic::Tlv
|
D | network_data_tlvs.hpp | 142 Type GetType(void) const { return static_cast<Type>(mType >> kTypeOffset); } in GetType() function in ot::NetworkData::NetworkDataTlv
|
/openthread-latest/src/core/net/ |
D | icmp6.hpp | 121 Type GetType(void) const { return static_cast<Type>(mType); } in GetType() function in ot::Ip6::Icmp::Header
|
D | nd6.hpp | 95 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Ip6::Nd::Option 668 Icmp::Header::Type GetType(void) const { return static_cast<Icmp::Header::Type>(mType); } in GetType() function in ot::Ip6::Nd::RouterAdvert::Header
|
D | ip4_types.hpp | 585 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Ip4::Icmp::Header
|
D | ip6_headers.hpp | 436 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Ip6::Option
|
D | dns_types.hpp | 118 … Type GetType(void) const { return static_cast<Type>((mFlags[0] & kQrFlagMask) >> kQrFlagOffset); } in GetType() function in ot::Dns::Header 1309 uint16_t GetType(void) const { return BigEndian::HostSwap16(mType); } in GetType() function in ot::Dns::ResourceRecord 2682 uint16_t GetType(void) const { return BigEndian::HostSwap16(mType); } in GetType() function in ot::Dns::Question
|
D | dhcp6.hpp | 126 Type GetType(void) const { return mType; } in GetType() function in ot::Dhcp6::Header
|
D | dns_dso.hpp | 149 Type GetType(void) const { return BigEndian::HostSwap16(mType); } in GetType() function in ot::Dns::Dso::Tlv
|
D | mdns.hpp | 1231 Type GetType(void) const { return mType; } in GetType() function in ot::Dns::Multicast::Core::TxMessage
|
/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 102 Type GetType(void) const { return static_cast<Type>(mControl & kTypeMask); } in GetType() function in ot::Trel::Header
|
/openthread-latest/src/core/meshcop/ |
D | meshcop_tlvs.hpp | 135 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::MeshCoP::Tlv 172 …MeshCoP::Tlv::Type GetType(void) const { return static_cast<MeshCoP::Tlv::Type>(ot::ExtendedTlv::G… in GetType() function in ot::MeshCoP::ExtendedTlv
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 259 Type GetType(void) const { return mType; } in GetType() function in ot::Mac::Address
|
D | mac_frame.hpp | 171 uint8_t GetType(void) const { return GetPsdu()[0] & kFcfFrameTypeMask; } in GetType() function in ot::Mac::Frame
|
/openthread-latest/src/core/coap/ |
D | coap_message.hpp | 255 …uint8_t GetType(void) const { return (GetHelpData().mHeader.mVersionTypeToken & kTypeMask) >> kTyp… in GetType() function in ot::Coap::Message
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.hpp | 971 Type GetType(void) const { return static_cast<Type>(mData2); } in GetType() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator
|