Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data_service.hpp175 struct Info struct in ot::NetworkData::Service::DnsSrpAnycast
177 Ip6::Address mAnycastAddress; ///< The anycast address associated with the DNS/SRP servers.
178 …t mSequenceNumber; ///< Sequence number used to notify SRP client if they need to re-register.
257 struct Info struct in ot::NetworkData::Service::DnsSrpUnicast
259 … Ip6::SockAddr mSockAddr; ///< The socket address (IPv6 address and port) of the DNS/SRP server.
260 …igin mOrigin; ///< The origin of the socket address (whether from service or server data).
261 … mRloc16; ///< The BR RLOC16 adding the entry (only used when `mOrigin == kFromServerData`).
Dnetwork_data_publisher.hpp409 class Info : public Clearable<Info>, public Equatable<Info> class in ot::NetworkData::Publisher::DnsSrpServiceEntry
412 Info(void) { Clear(); } in Info() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
Dtopology.hpp202 class Info : public otNeighborInfo, public Clearable<Info> class in ot::Neighbor
882 class Info : public otChildInfo, public Clearable<Info> class in ot::Child
1383 class Info : public otRouterInfo, public Clearable<Info> class in ot::Router
Dnetwork_data_publisher.cpp768 Publisher::DnsSrpServiceEntry::Info::Info(Type aType, uint16_t aPortOrSeqNumber, const Ip6::Address… in Info() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
/openthread-3.4.0/src/core/net/
Dsrp_client.hpp984 struct Info : public Clearable<Info> struct in ot::Srp::Client
986 …c constexpr uint16_t kUnknownOffset = 0; // Unknown offset value (used when offset is not yet set).
988 uint16_t mDomainNameOffset; // Offset of domain name serialization
989 uint16_t mHostNameOffset; // Offset of host name serialization.
990 uint16_t mRecordCount; // Number of resource records in Update section.
992 Crypto::Ecdsa::P256::KeyPairAsRef mKeyRef; // The ECDSA key ref for key-pair.
994 Crypto::Ecdsa::P256::KeyPair mKeyPair; // The ECDSA key pair.
/openthread-3.4.0/src/core/backbone_router/
Dmulticast_listeners_table.hpp74 typedef otBackboneRouterMulticastListenerInfo Info; ///< Listener info. typedef in ot::BackboneRouter::MulticastListenersTable::Listener
/openthread-3.4.0/src/core/radio/
Dtrel_interface.hpp133 class Info : public otPlatTrelPeerInfo class in ot::Trel::Interface::Peer
/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp186 class Info : public otOperationalDataset, public Clearable<Info> class in ot::MeshCoP::Dataset
/openthread-3.4.0/src/core/common/
Dmessage.hpp1431 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo… typedef in ot::MessageQueue
1547 …typedef otMessageQueueInfo Info; ///< This struct represents info (number of messages/buffers) abo… typedef in ot::PriorityQueue