Home
last modified time | relevance | path

Searched refs:LinkedListEntry (Results 1 – 24 of 24) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1026 …class HostEntry : public Entry, public LinkedListEntry<HostEntry>, public Heap::Allocatable<HostEn…
1028 friend class LinkedListEntry<HostEntry>;
1083 …class ServiceEntry : public Entry, public LinkedListEntry<ServiceEntry>, public Heap::Allocatable<…
1085 friend class LinkedListEntry<ServiceEntry>;
1119 …class SubType : public LinkedListEntry<SubType>, public Heap::Allocatable<SubType>, private ot::No…
1181 public LinkedListEntry<ServiceType>,
1188 friend class LinkedListEntry<ServiceType>;
1292 public LinkedListEntry<RxMessage>,
1295 friend class LinkedListEntry<RxMessage>;
1395 public LinkedListEntry<RxMsgEntry>,
[all …]
Dsrp_server.hpp182 public LinkedListEntry<Service>,
188 friend class LinkedListEntry<Service>;
432 public LinkedListEntry<Host>,
437 friend class LinkedListEntry<Host>;
872 public LinkedListEntry<UpdateMetadata>,
875 friend class LinkedListEntry<UpdateMetadata>;
Dnat64_translator.hpp323 class AddressMapping : public LinkedListEntry<AddressMapping>
326 friend class LinkedListEntry<AddressMapping>;
Dtcp6.hpp92 …class Endpoint : public otTcpEndpoint, public LinkedListEntry<Endpoint>, public GetProvider<Endpoi…
396 …class Listener : public otTcpListener, public LinkedListEntry<Listener>, public GetProvider<Listen…
Dnetif.hpp104 public LinkedListEntry<UnicastAddress>,
222 public LinkedListEntry<MulticastAddress>,
Dudp6.hpp90 …class SocketHandle : public otUdpSocket, public LinkedListEntry<SocketHandle>, public Clearable<So…
366 class Receiver : public otUdpReceiver, public LinkedListEntry<Receiver>
Dicmp6.hpp190 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
Ddns_dso.hpp175 public LinkedListEntry<Connection>,
180 friend class LinkedListEntry<Connection>;
Dsrp_advertising_proxy.hpp218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro…
Dsrp_client.hpp171 class Service : public otSrpClientService, public LinkedListEntry<Service>
/openthread-latest/tests/nexus/platform/
Dnexus_settings.hpp59 struct Entry : public Heap::Allocatable<Entry>, public LinkedListEntry<Entry>
61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value>
Dnexus_node.hpp43 class Node : public Heap::Allocatable<Node>, public LinkedListEntry<Node>, private Instance
/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp249 class SeriesInfo : public LinkedListEntry<SeriesInfo>
252 friend class LinkedListEntry<SeriesInfo>;
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp45 class LinkMetricsDataInfo : public LinkedListEntry<LinkMetricsDataInfo>, public Clearable<LinkMetri…
48 friend class LinkedListEntry<LinkMetricsDataInfo>;
/openthread-latest/src/core/common/
Dtimer.hpp138 class Timer : public InstanceLocator, public LinkedListEntry<Timer>
140 friend class LinkedListEntry<Timer>;
Dlinked_list.hpp67 template <class Type> class LinkedListEntry class
Dmessage.hpp162 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
/openthread-latest/tests/unit/
Dtest_pool.cpp45 struct Entry : public EntryBase, LinkedListEntry<Entry>
Dtest_linked_list.cpp50 struct Entry : public EntryBase, LinkedListEntry<Entry>
Dtest_mdns.cpp160 struct DnsQuestion : public Allocatable<DnsQuestion>, public LinkedListEntry<DnsQuestion>
234 struct DnsRecord : public Allocatable<DnsRecord>, public LinkedListEntry<DnsRecord>
584 struct DnsMessage : public Allocatable<DnsMessage>, public LinkedListEntry<DnsMessage>
4768 struct BrowseCallback : public Allocatable<BrowseCallback>, public LinkedListEntry<BrowseCallback>
4778 struct SrvCallback : public Allocatable<SrvCallback>, public LinkedListEntry<SrvCallback>
4790 struct TxtCallback : public Allocatable<TxtCallback>, public LinkedListEntry<TxtCallback>
4807 struct AddrCallback : public Allocatable<AddrCallback>, public LinkedListEntry<AddrCallback>
/openthread-latest/src/core/utils/
Dlink_metrics_manager.hpp125 struct Subject : LinkedListEntry<Subject>, Clearable<Subject>
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp103 class SecureSession : private LinkedListEntry<SecureSession>, private NonCopyable
105 friend class LinkedListEntry<SecureSession>;
/openthread-latest/src/core/coap/
Dcoap.hpp136 class Resource : public otCoapResource, public LinkedListEntry<Resource>
/openthread-latest/src/core/border_router/
Drouting_manager.hpp779 struct PeerBr : LinkedListEntry<PeerBr>, Heap::Allocatable<PeerBr>
873 public LinkedListEntry<Entry<Type>>,