/openthread-latest/src/core/common/ |
D | type_traits.hpp | 120 typedef TypeOnFalse Type; ///< The selected type based on `kCondition`. typedef 125 typedef TypeOnTrue Type; typedef 142 typedef RetType Type; ///< The return type. typedef 160 typedef FirstArgType Type; ///< The first argument type. typedef
|
D | appender.hpp | 61 enum Type : uint8_t enum in ot::Appender
|
/openthread-latest/src/core/meshcop/ |
D | dataset.hpp | 70 enum Type : uint8_t enum in ot::MeshCoP::Dataset 754 template <> struct Dataset::TypeFor<Dataset::kActiveTimestamp> { using Type = Timestamp; }; typedef 755 template <> struct Dataset::TypeFor<Dataset::kPendingTimestamp> { using Type = Timestamp; }; typedef 756 template <> struct Dataset::TypeFor<Dataset::kNetworkKey> { using Type = NetworkKey; }; typedef 757 template <> struct Dataset::TypeFor<Dataset::kNetworkName> { using Type = NetworkName; }; typedef 758 template <> struct Dataset::TypeFor<Dataset::kExtendedPanId> { using Type = ExtendedPanId; }; typedef 759 template <> struct Dataset::TypeFor<Dataset::kMeshLocalPrefix> { using Type = Ip6::NetworkPrefix; … typedef 760 template <> struct Dataset::TypeFor<Dataset::kDelay> { using Type = uint32_t; }; typedef 761 template <> struct Dataset::TypeFor<Dataset::kPanId> { using Type = Mac::PanId; }; typedef 762 template <> struct Dataset::TypeFor<Dataset::kChannel> { using Type = uint16_t; }; typedef [all …]
|
D | dataset_manager.hpp | 249 using Type = Dataset::Type; typedef in ot::MeshCoP::DatasetManager
|
D | commissioner.hpp | 379 enum Type : uint8_t enum
|
/openthread-latest/src/core/thread/ |
D | tmf.hpp | 57 #define DeclareTmfHandler(Type, kUri) \ argument
|
D | tmf.cpp | 115 #define Case(kUri, Type) \ in HandleResource() argument 298 #define Case(kUri, Type) \ in HandleResource() argument
|
D | network_data_publisher.hpp | 403 enum Type : uint8_t enum in ot::NetworkData::Publisher::DnsSrpServiceEntry 485 enum Type : uint8_t enum in ot::NetworkData::Publisher::PrefixEntry
|
D | network_data_types.hpp | 78 enum Type : uint8_t enum
|
D | link_metrics_tlvs.hpp | 64 enum Type : uint8_t enum in ot::LinkMetrics::SubTlv
|
D | thread_tlvs.hpp | 61 enum Type : uint8_t enum in ot::ThreadTlv
|
D | mle_tlvs.hpp | 74 enum Type : uint8_t enum in ot::Mle::Tlv
|
/openthread-latest/src/core/backbone_router/ |
D | backbone_tmf.cpp | 83 #define Case(kUri, Type) \ in HandleResource() argument
|
/openthread-latest/src/core/net/ |
D | icmp6.hpp | 83 enum Type : uint8_t enum in ot::Ip6::Icmp::Header
|
D | ip4_types.hpp | 612 enum Type : uint8_t enum in ot::Ip4::Icmp::Header
|
D | mdns.hpp | 1241 enum Type : uint8_t enum in ot::Dns::Multicast::Core::TxMessage 1596 enum Type : uint8_t enum in ot::Dns::Multicast::Core::CacheEntry 1933 enum Type : uint8_t enum in ot::Dns::Multicast::Core::EntryIterator
|
D | dhcp6.hpp | 70 enum Type : uint8_t enum
|
D | dns_dso.hpp | 133 typedef uint16_t Type; ///< DSO TLV type. typedef in ot::Dns::Dso::Tlv
|
D | nd6.hpp | 74 enum Type : uint8_t enum in ot::Ip6::Nd::Option
|
D | dns_types.hpp | 115 enum Type : uint8_t enum in ot::Dns::Header 536 enum Type : uint8_t enum in ot::Dns::Name
|
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 53 enum class Type : uint8_t enum
|
/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 62 enum Type : uint8_t enum in ot::Trel::Header
|
/openthread-latest/src/core/coap/ |
D | coap_message.hpp | 78 enum Type : uint8_t enum 175 typedef ot::Coap::Type Type; ///< CoAP Type. typedef in ot::Coap::Message
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 250 enum Type : uint8_t enum in ot::Mac::Address
|
D | mac_frame.hpp | 70 enum Type : uint16_t enum in ot::Mac::Frame
|