/openthread-latest/src/core/common/ |
D | type_traits.hpp | 115 typedef TypeOnFalse Type; ///< The selected type based on `kCondition`. typedef 120 typedef TypeOnTrue Type; typedef 136 typedef RetType Type; ///< The return type. typedef 153 typedef FirstArgType Type; ///< The first argument type. typedef
|
D | appender.hpp | 59 enum Type : uint8_t enum in ot::Appender
|
/openthread-latest/src/core/meshcop/ |
D | dataset.hpp | 67 enum Type : uint8_t enum in ot::MeshCoP::Dataset 700 template <> struct Dataset::TypeFor<Dataset::kActiveTimestamp> { using Type = Timestamp; }; typedef 701 template <> struct Dataset::TypeFor<Dataset::kPendingTimestamp> { using Type = Timestamp; }; typedef 702 template <> struct Dataset::TypeFor<Dataset::kNetworkKey> { using Type = NetworkKey; }; typedef 703 template <> struct Dataset::TypeFor<Dataset::kNetworkName> { using Type = NetworkName; }; typedef 704 template <> struct Dataset::TypeFor<Dataset::kExtendedPanId> { using Type = ExtendedPanId; }; typedef 705 template <> struct Dataset::TypeFor<Dataset::kMeshLocalPrefix> { using Type = Ip6::NetworkPrefix; … typedef 706 template <> struct Dataset::TypeFor<Dataset::kDelay> { using Type = uint32_t; }; typedef 707 template <> struct Dataset::TypeFor<Dataset::kPanId> { using Type = Mac::PanId; }; typedef 708 template <> struct Dataset::TypeFor<Dataset::kChannel> { using Type = uint16_t; }; typedef [all …]
|
D | dataset_manager.hpp | 231 using Type = Dataset::Type; typedef in ot::MeshCoP::DatasetManager
|
D | commissioner.hpp | 357 enum Type : uint8_t enum
|
/openthread-latest/src/core/thread/ |
D | tmf.hpp | 56 #define DeclareTmfHandler(Type, kUri) \ argument
|
D | network_data_publisher.hpp | 391 enum Type : uint8_t enum in ot::NetworkData::Publisher::DnsSrpServiceEntry 478 enum Type : uint8_t enum in ot::NetworkData::Publisher::PrefixEntry
|
D | network_data_types.hpp | 76 enum Type : uint8_t enum
|
D | tmf.cpp | 114 #define Case(kUri, Type) \ in HandleResource() argument
|
D | link_metrics_tlvs.hpp | 61 enum Type : uint8_t enum in ot::LinkMetrics::SubTlv
|
D | thread_tlvs.hpp | 59 enum Type : uint8_t enum in ot::ThreadTlv
|
D | mle_tlvs.hpp | 71 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 | 79 enum Type : uint8_t enum in ot::Ip6::Icmp::Header
|
D | ip4_types.hpp | 559 enum Type : uint8_t enum in ot::Ip4::Icmp::Header
|
D | mdns.hpp | 1220 enum Type : uint8_t enum in ot::Dns::Multicast::Core::TxMessage 1567 enum Type : uint8_t enum in ot::Dns::Multicast::Core::CacheEntry 1904 enum Type : uint8_t enum in ot::Dns::Multicast::Core::EntryIterator
|
D | dhcp6.hpp | 68 enum Type : uint8_t enum
|
D | dns_dso.hpp | 125 typedef uint16_t Type; ///< DSO TLV type. typedef in ot::Dns::Dso::Tlv
|
D | nd6.hpp | 79 enum Type : uint8_t enum in ot::Ip6::Nd::Option
|
D | dns_types.hpp | 107 enum Type : uint8_t enum in ot::Dns::Header 482 enum Type : uint8_t enum in ot::Dns::Name
|
/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 60 enum Type : uint8_t enum in ot::Trel::Header
|
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 53 enum class Type : uint8_t enum
|
/openthread-latest/src/core/crypto/ |
D | storage.hpp | 109 enum Type : uint8_t enum in ot::Crypto::Storage::KeyRefManager
|
/openthread-latest/src/core/coap/ |
D | coap_message.hpp | 75 enum Type : uint8_t enum 169 typedef ot::Coap::Type Type; ///< CoAP Type. typedef in ot::Coap::Message
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 239 enum Type : uint8_t enum in ot::Mac::Address
|