Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/net/
Dsrp_server.hpp109 class Service : public LinkedListEntry<Service>, private NonCopyable
113 friend class LinkedListEntry<Service>;
295 struct Description : public LinkedListEntry<Description>, private NonCopyable
351 class Host : public LinkedListEntry<Host>, public InstanceLocator, private NonCopyable
353 friend class LinkedListEntry<Host>;
680 class UpdateMetadata : public InstanceLocator, public LinkedListEntry<UpdateMetadata>
682 friend class LinkedListEntry<UpdateMetadata>;
Dtcp6.hpp73 class Endpoint : public otTcpEndpoint, public LinkedListEntry<Endpoint>
354 class Listener : public otTcpListener, public LinkedListEntry<Listener>
Dnetif.hpp82 public LinkedListEntry<UnicastAddress>,
192 public LinkedListEntry<MulticastAddress>,
Dudp6.hpp78 …class SocketHandle : public otUdpSocket, public LinkedListEntry<SocketHandle>, public Clearable<So…
300 class Receiver : public otUdpReceiver, public LinkedListEntry<Receiver>
Dicmp6.hpp203 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
Dsrp_client.hpp163 class Service : public otSrpClientService, public LinkedListEntry<Service>
/openthread-2.7.6/src/core/common/
Dtimer.hpp68 class Timer : public InstanceLocator, public LinkedListEntry<Timer>
70 friend class LinkedListEntry<Timer>;
Dlinked_list.hpp68 template <class Type> class LinkedListEntry class
Dmessage.hpp206 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
209 friend class LinkedListEntry<Buffer>;
/openthread-2.7.6/examples/platforms/utils/
Dlink_metrics.cpp45 class LinkMetricsDataInfo : public LinkedListEntry<LinkMetricsDataInfo>, public Clearable<LinkMetri…
48 friend class LinkedListEntry<LinkMetricsDataInfo>;
/openthread-2.7.6/src/core/thread/
Dlink_metrics.hpp116 class SeriesInfo : public LinkedListEntry<SeriesInfo>
119 friend class LinkedListEntry<SeriesInfo>;
/openthread-2.7.6/tests/unit/
Dtest_pool.cpp43 struct Entry : public EntryBase, ot::LinkedListEntry<Entry>
Dtest_linked_list.cpp47 struct Entry : public EntryBase, ot::LinkedListEntry<Entry>
/openthread-2.7.6/src/core/coap/
Dcoap.hpp141 class Resource : public otCoapResource, public LinkedListEntry<Resource>