Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 16 of 16) sorted by relevance

/openthread-2.7.6/tests/unit/
Dtest_pool.cpp85 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/
D00README.md3 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/
DREADME_HISTORY.md3 …or network info changes, etc.) as the Thread network operates. All tracked entries are timestamped.
7entries 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 …]
DREADME_NETDATA.md172 …or external route) entries in the Thread Network Data by monitoring the Network Data and managing …
DREADME_SRP.md171 Confirm on the server node that no host or service entries are listed:
DREADME.md1128 Print the EID-to-RLOC cache entries.
/openthread-2.7.6/third_party/mbedtls/repo/scripts/
Dgenerate_visualc_files.pl194 my $entries;
197 $entries .= $entry;
200 return $entries;
/openthread-2.7.6/etc/gn/
Dopenthread.gni192 # Enable support for injecting Service entries into the Thread Network Data
/openthread-2.7.6/zephyr/
DCMakeLists.txt161 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/
Doptions.cmake313 option(OT_SERVICE "enable support for injecting Service entries into the Thread Network Data")
/openthread-2.7.6/examples/
DREADME.md58 | SERVICE | OT_SERVICE | Enables support for injecting Service entries into the Thread Network Data…
/openthread-2.7.6/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile979 # 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/
DDoxyfile.in1197 # 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/
DDoxyfile.in1210 # 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/
Dtest_suite_x509parse.data2103 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/
DChangeLog747 * 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.