Searched refs:connection (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | tcp_client.pl | 35 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/ |
D | README_TCP.md | 43 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… 183 …connection (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…
|
D | README_COAPS.md | 13 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 …
|
D | README.md | 382 - `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/ |
D | tls13-early-data.md | 152 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
|
D | 3.0-migration-guide.md | 751 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/ |
D | dns_dso.cpp | 1456 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/ |
D | README.md | 50 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/ |
D | README.md | 79 - `exit` - Close the connection and exit.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 162 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/ |
D | md-cipher-dispatch.md | 197 * `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/ |
D | test_suite_ssl.data | 49 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)
|
D | test_suite_ssl.function | 3347 * without waiting to close the connection. */ 4364 * handshake successfully and then reset the connection to restart the
|