Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1050 …class HostEntry : public Entry, public LinkedListEntry<HostEntry>, public Heap::Allocatable<HostEn…
1052 friend class LinkedListEntry<HostEntry>;
1106 …class ServiceEntry : public Entry, public LinkedListEntry<ServiceEntry>, public Heap::Allocatable<…
1108 friend class LinkedListEntry<ServiceEntry>;
1141 …class SubType : public LinkedListEntry<SubType>, public Heap::Allocatable<SubType>, private ot::No…
1203 public LinkedListEntry<ServiceType>,
1210 friend class LinkedListEntry<ServiceType>;
1315 public LinkedListEntry<RxMessage>,
1318 friend class LinkedListEntry<RxMessage>;
1420 public LinkedListEntry<RxMsgEntry>,
[all …]
Dsrp_server.hpp188 public LinkedListEntry<Service>,
194 friend class LinkedListEntry<Service>;
461 public LinkedListEntry<Host>,
466 friend class LinkedListEntry<Host>;
937 public LinkedListEntry<UpdateMetadata>,
940 friend class LinkedListEntry<UpdateMetadata>;
Dnat64_translator.hpp341 class AddressMapping : public LinkedListEntry<AddressMapping>
344 friend class LinkedListEntry<AddressMapping>;
Dnetif.hpp109 public LinkedListEntry<UnicastAddress>,
241 public LinkedListEntry<MulticastAddress>,
Dtcp6.hpp95 …class Endpoint : public otTcpEndpoint, public LinkedListEntry<Endpoint>, public GetProvider<Endpoi…
414 …class Listener : public otTcpListener, public LinkedListEntry<Listener>, public GetProvider<Listen…
Dudp6.hpp93 …class SocketHandle : public otUdpSocket, public LinkedListEntry<SocketHandle>, public Clearable<So…
362 class Receiver : public otUdpReceiver, public LinkedListEntry<Receiver>
Dicmp6.hpp207 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
Ddns_dso.hpp188 public LinkedListEntry<Connection>,
193 friend class LinkedListEntry<Connection>;
Dsrp_advertising_proxy.hpp232 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro…
Dsrp_client.hpp183 class Service : public otSrpClientService, public LinkedListEntry<Service>
/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp268 class SeriesInfo : public LinkedListEntry<SeriesInfo>
271 friend class LinkedListEntry<SeriesInfo>;
/openthread-latest/src/core/common/
Dtimer.hpp132 class Timer : public InstanceLocator, public LinkedListEntry<Timer>
134 friend class LinkedListEntry<Timer>;
Dlinked_list.hpp69 template <class Type> class LinkedListEntry class
Dmessage.hpp159 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp45 class LinkMetricsDataInfo : public LinkedListEntry<LinkMetricsDataInfo>, public Clearable<LinkMetri…
48 friend class LinkedListEntry<LinkMetricsDataInfo>;
/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>
4616 struct BrowseCallback : public Allocatable<BrowseCallback>, public LinkedListEntry<BrowseCallback>
4626 struct SrvCallback : public Allocatable<SrvCallback>, public LinkedListEntry<SrvCallback>
4638 struct TxtCallback : public Allocatable<TxtCallback>, public LinkedListEntry<TxtCallback>
4655 struct AddrCallback : public Allocatable<AddrCallback>, public LinkedListEntry<AddrCallback>
/openthread-latest/src/core/utils/
Dlink_metrics_manager.hpp126 struct Subject : LinkedListEntry<Subject>, Clearable<Subject>
/openthread-latest/src/core/coap/
Dcoap.hpp144 class Resource : public otCoapResource, public LinkedListEntry<Resource>
/openthread-latest/src/core/border_router/
Drouting_manager.hpp820 struct PeerBr : LinkedListEntry<PeerBr>, Heap::Allocatable<PeerBr>
914 public LinkedListEntry<Entry<Type>>,