Searched refs:entries (Results 1 – 16 of 16) sorted by relevance
/openthread-2.7.6/tests/unit/ |
D | test_pool.cpp | 85 Entry *entries[kPoolSize]; in TestPool() local 89 for (Entry *&entry : entries) in TestPool() 103 VerifyEntry(aPool, *entries[i], aInitWithInstance); in TestPool() 104 aPool.Free(*entries[i]); in TestPool() 109 entries[i] = aPool.Allocate(); in TestPool() 110 VerifyOrQuit(entries[i] != nullptr, "Pool::Allocate() failed"); in TestPool() 112 VerifyEntry(aPool, *entries[i], aInitWithInstance); in TestPool()
|
/openthread-2.7.6/third_party/mbedtls/repo/ChangeLog.d/ |
D | 00README.md | 3 This directory contains changelog entries that have not yet been merged 18 We generally don't include changelog entries for: 25 Until Mbed TLS 2.24.0, we required changelog entries in more cases. 26 Looking at older changelog entries is good practice for how to write a 82 See [existing entries](../ChangeLog) for examples. 88 to move the entries from files in `ChangeLog.d` to the main `ChangeLog` file.
|
/openthread-2.7.6/src/cli/ |
D | README_HISTORY.md | 3 …or network info changes, etc.) as the Thread network operates. All tracked entries are timestamped. 7 …entries recorded for each history list is configurable through a set of OpenThread config options,… 22 Recorded entries are timestamped. When the history list is printed, the timestamps are shown relati… 60 Usage `history neighbor [list] [<num-entries>]` 108 Usage `history netinfo [list] [<num-entries>]` 145 Print only the latest 2 entries. 158 Usage `history rx [list] [<num-entries>]` 211 Print the latest 5 entries of the IPv6 message RX history as a list: 236 Usage `history rxtx [list] [<num-entries>]` 312 Print the latest 5 entries of the IPv6 message RX history as a list: [all …]
|
D | README_NETDATA.md | 172 …or external route) entries in the Thread Network Data by monitoring the Network Data and managing …
|
D | README_SRP.md | 171 Confirm on the server node that no host or service entries are listed:
|
D | README.md | 1128 Print the EID-to-RLOC cache entries.
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/ |
D | generate_visualc_files.pl | 194 my $entries; 197 $entries .= $entry; 200 return $entries;
|
/openthread-2.7.6/etc/gn/ |
D | openthread.gni | 192 # Enable support for injecting Service entries into the Thread Network Data
|
/openthread-2.7.6/zephyr/ |
D | CMakeLists.txt | 161 set(OT_SERVICE ON CACHE BOOL "Enable Service entries in Thread Network Data" FORCE) 163 set(OT_SERVICE OFF CACHE BOOL "Enable Service entries in Thread Network Data" FORCE)
|
/openthread-2.7.6/etc/cmake/ |
D | options.cmake | 313 option(OT_SERVICE "enable support for injecting Service entries into the Thread Network Data")
|
/openthread-2.7.6/examples/ |
D | README.md | 58 | SERVICE | OT_SERVICE | Enables support for injecting Service entries into the Thread Network Data…
|
/openthread-2.7.6/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 979 # entries shown in the various tree structured indices initially; the user 980 # can expand and collapse entries dynamically later on. Doxygen will expand 981 # the tree to such a level that at most the specified number of entries are 983 # So setting the number of entries 1 will produce a full collapsed tree by 984 # default. 0 is a special value representing an infinite number of entries
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | Doxyfile.in | 1197 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1199 # and collapse entries dynamically later on. Doxygen will expand the tree to 1200 # such a level that at most the specified number of entries are visible (unless 1202 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1203 # representing an infinite number of entries and will result in a full expanded
|
/openthread-2.7.6/doc/ |
D | Doxyfile.in | 1210 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1212 # and collapse entries dynamically later on. Doxygen will expand the tree to 1213 # such a level that at most the specified number of entries are visible (unless 1215 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1216 # representing an infinite number of entries and will result in a full expanded
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.data | 2103 X509 CRL ASN1 (TBSCertList, correct thisUpdate, nextUpdate missing, entries length missing) 2107 X509 CRL ASN1 (TBSCertList, entries present, invalid sig_alg) 2111 X509 CRL ASN1 (TBSCertList, entries present, date in entry invalid) 2177 X509 CRL ASN1 (TBSCertList, no entries)
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | ChangeLog | 747 * Add support for parsing otherName entries in the Subject Alternative Name 2931 * ssl_cache was creating entries when max_entries=0 if TIMING_C was enabled.
|