Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp1022 struct Info : public Clearable<Info> struct in ot::Mac::TxFrame
1027 Info(void) { Clear(); } in Info() function
1052 Type mType; ///< Frame type.
1053 Version mVersion; ///< Frame version.
1054 Addresses mAddrs; ///< Frame source and destination addresses.
1055 PanIds mPanIds; ///< Source and destination PAN Ids.
1056 SecurityLevel mSecurityLevel; ///< Frame security level.
1057 KeyIdMode mKeyIdMode; ///< Frame security key ID mode.
1058 … CommandId mCommandId; ///< Command ID (applicable when `mType == kTypeMacCmd`).
1059 bool mSuppressSequence : 1; ///< Whether to suppress seq number.
[all …]
/openthread-latest/src/core/meshcop/
Dtimestamp.hpp61 typedef otTimestamp Info; typedef in ot::MeshCoP::Timestamp
Ddataset.hpp127 class Info : public otOperationalDataset, public Clearable<Info> class in ot::MeshCoP::Dataset
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp430 struct Info struct in ot::MeshForwarder::FwdFrameInfo
432 uint16_t mSrcRloc16;
433 uint16_t mDatagramTag;
Drouter.hpp54 class Info : public otRouterInfo, public Clearable<Info> class in ot::Router
Dnetwork_data_publisher.hpp398 class Info : public Clearable<Info>, public Equatable<Info> class in ot::NetworkData::Publisher::DnsSrpServiceEntry
401 Info(void) { Clear(); } in Info() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
Dchild.hpp76 class Info : public otChildInfo, public Clearable<Info> class in ot::Child
Dnetwork_data_publisher.cpp758 Publisher::DnsSrpServiceEntry::Info::Info(Type aType, in Info() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
Dneighbor.hpp191 class Info : public otNeighborInfo, public Clearable<Info> class in ot::Neighbor
/openthread-latest/src/core/backbone_router/
Dmulticast_listeners_table.hpp72 typedef otBackboneRouterMulticastListenerInfo Info; ///< Listener info. typedef in ot::BackboneRouter::MulticastListenersTable::Listener
/openthread-latest/src/core/radio/
Dtrel_interface.hpp144 class Info : public otPlatTrelPeerInfo class in ot::Trel::Interface::Peer
/openthread-latest/src/core/common/
Dmessage.hpp1574 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo… typedef in ot::MessageQueue
1679 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo… typedef in ot::PriorityQueue