Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtcp_client.pl35 my ($connection) = @_;
36 $connection->shutdown(2);
43 my ($connection, $hexdata) = @_;
47 my $sent = $connection->send($data, 0);
58 my ($connection, $expected_hex) = @_;
63 my $ok = $connection->recv($actual_data, length($expected_data));
84 my $connection = open_connection($host, $port);
85 write_data($connection, $data1);
86 if (!read_response($connection, $response1)) {
89 close_connection($connection);
/openthread-latest/src/cli/
DREADME_TCP.md43 Accepted connection from [fe80:0:0:0:8f3:f602:bf9b:52f2]:49152
73 Unceremoniously ends the TCP connection, if one exists, associated with the example TCP endpoint, t…
83 …fied number of bytes using the TCP connection currently associated with the example TCP endpoint (…
123 Establishes a connection with the specified peer.
125 If the connection establishment is successful, the resulting TCP connection is associated with the …
129 - fastopen: if "fast", TCP Fast Open is enabled for this connection; if "slow", it is not. Defaults…
183connection (on top of TCP). When communicating over TCP between two nodes, either both should use …
196 If no TCP connection is associated with the example TCP endpoint, then any incoming connections mat…
208 Send data over the TCP connection associated with the example TCP endpoint.
219 …the TCP connection associated with the example TCP endpoint. This promises the peer that no more d…
DREADME_COAPS.md13 CoAPS uses DTLS to establish a secure, end-to-end connection.
276 …es whether or not the CoAP secure service connection is active (already connected or establishing …
DREADME.md382 - `Started` : Border Agent is running with no active connection with external commissioner.
435 …l key can be used only once by an external commissioner to establish a connection. After the commi…
2723 Print connection time and age of neighbors.
2746 Print connection time and age of neighbors.
2748 …nntime`, but it displays the information in a list format. The age and connection time are both di…
/openthread-latest/third_party/mbedtls/repo/docs/
Dtls13-early-data.md152 While establishing a TLS 1.3 connection with a client using a combination
158 For example, a typical code to establish a TLS connection, where ssl is the SSL
D3.0-migration-guide.md751 If you prefer a different order, call `mbedtls_ssl_conf_curves()` when configuring a TLS connection.
767 connection an exported key belongs to.
775 shutting down the TLS connection.
972 representing an established TLS 1.2 connection.
977 - Exporting the same TLS 1.2 connection multiple times via
/openthread-latest/src/core/net/
Ddns_dso.cpp1456 Connection *connection = nullptr; in AcceptConnection() local
1459 connection = mAcceptHandler(GetInstance(), aPeerSockAddr); in AcceptConnection()
1461 VerifyOrExit(connection != nullptr); in AcceptConnection()
1462 connection->Accept(); in AcceptConnection()
1465 return connection; in AcceptConnection()
/openthread-latest/tools/harness-thci/
DREADME.md50 The above is for the serial connection mode between the DUT and the Host PC. The ssh connection mod…
/openthread-latest/tools/tcat_ble_client/
DREADME.md79 - `exit` - Close the connection and exit.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog162 TLS 1.3 connection potentially resulting in a Denial of Service or forced
172 was able to successfully establish a TLS 1.2 connection with the server.
223 * Fix the restoration of the ALPN when loading serialized connection with
1067 * Add the function mbedtls_ssl_get_own_cid() to access our own connection id
1227 * Fix server connection identifier setting for outgoing encrypted records
1229 connection identifier, the Mbed TLS client now properly sends the server
1230 connection identifier in encrypted record headers. Fix #5872.
1331 to select the 1.3 version of the protocol to establish a TLS connection.
1339 man-in-the-middle to inject fake ciphertext into a DTLS connection.
1589 context are now connection-specific.
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md197 * `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, and the client has not yet activated the connection to th…
264 …f there are savings at all. In any case, calling PSA only works if the connection to the server ha…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.data49 Test mock blocking TCP connection
52 Test mock non-blocking TCP connection
55 Test mock blocking TCP connection (interleaving)
58 Test mock non-blocking TCP connection (interleaving)
Dtest_suite_ssl.function3347 * without waiting to close the connection. */
4364 * handshake successfully and then reset the connection to restart the