Searched refs:Source (Results 1 – 17 of 17) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | mainloop.hpp | 46 class Source class 68 virtual ~Source() = default; 71 Source *mNext = nullptr; 99 void Add(Source &aSource); 106 void Remove(Source &aSource); 116 Source *mSources = nullptr;
|
D | mainloop.cpp | 39 void Manager::Add(Source &aSource) in Add() 47 void Manager::Remove(Source &aSource) in Remove() 49 for (Source **pnext = &mSources; *pnext != nullptr; pnext = &(*pnext)->mNext) in Remove() 63 for (Source *source = mSources; source != nullptr; source = source->mNext) in Update() 71 for (Source *source = mSources; source != nullptr; source = source->mNext) in Process()
|
D | udp.hpp | 39 class Udp : public Mainloop::Source, public Logger<Udp>, private NonCopyable
|
D | daemon.hpp | 41 class Daemon : public Mainloop::Source, public Logger<Daemon>, private NonCopyable
|
D | infra_if.hpp | 57 class InfraNetif : public Mainloop::Source, public Logger<InfraNetif>, private NonCopyable
|
D | mdns_socket.hpp | 49 class MdnsSocket : public Mainloop::Source, public Logger<MdnsSocket>, private NonCopyable
|
D | multicast_routing.hpp | 52 class MulticastRoutingManager : public Mainloop::Source, public Logger<MulticastRoutingManager>, pr…
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | windows_msbuild.bat | 13 @rem If the %USERPROFILE%\Source directory exists, then running
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | LICENSE | 34 "Source" form shall mean the preferred form for making modifications, 39 transformation or translation of a Source form, including but 43 "Work" shall mean the work of authorship, whether in Source or 48 "Derivative Works" shall mean any work, whether in Source or Object 79 Work and such Derivative Works in Source or Object form. 99 modifications, and in Source or Object form, provided that You 108 (c) You must retain, in the Source form of any Derivative Works 110 attribution notices from the Source form of the Work, 120 as part of the Derivative Works; within the Source form or
|
/openthread-latest/third_party/mbedtls/repo/ |
D | LICENSE | 34 "Source" form shall mean the preferred form for making modifications, 39 transformation or translation of a Source form, including but 43 "Work" shall mean the work of authorship, whether in Source or 48 "Derivative Works" shall mean any work, whether in Source or Object 79 Work and such Derivative Works in Source or Object form. 99 modifications, and in Source or Object form, provided that You 108 (c) You must retain, in the Source form of any Derivative Works 110 attribution notices from the Source form of the Work, 120 as part of the Derivative Works; within the Source form or
|
D | ChangeLog | 6049 thanks to Peking University and the OSU Open Source Lab
|
/openthread-latest/ |
D | CMakeLists.txt | 52 message(STATUS "OpenThread Source Directory: ${PROJECT_SOURCE_DIR}")
|
/openthread-latest/tests/toranj/ |
D | README_CLI.md | 21 -- OpenThread Source Directory: /Users/abtink/GitHub/openthread
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aes.function | 709 /* Source and copies shifted */
|
D | test_suite_psa_crypto_slot_management.function | 594 * Source and target key attributes may have been returned by
|
D | test_suite_psa_crypto.function | 2869 * Source and target key attributes may have been returned by
|
/openthread-latest/src/cli/ |
D | README_HISTORY.md | 504 - Source IPv6 address and port number.
|