Home
last modified time | relevance | path

Searched refs:port (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/tests/scripts/
Dtcp_client.pl24 my ($host, $port) = @_;
26 PeerPort => $port,
29 die "Cannot connect to $host:$port: $!" unless $socket;
83 my ($host, $port, $data1, $response1) = @ARGV;
84 my $connection = open_connection($host, $port);
/mbedtls-latest/include/mbedtls/
Dnet_sockets.h117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto);
137 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto);
/mbedtls-latest/library/
Dnet_sockets.c159 const char *port, int proto) in mbedtls_net_connect() argument
174 if (getaddrinfo(host, port, &hints, &addr_list) != 0) { in mbedtls_net_connect()
205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() argument
223 if (getaddrinfo(bind_ip, port, &hints, &addr_list) != 0) { in mbedtls_net_bind()
/mbedtls-latest/programs/fuzz/
DREADME.md65 # determine client or server based on port
/mbedtls-latest/
DREADME.md258 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,…
260 …nment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-to/how-do-i-port-mbed-tls-to-a-new-e…
DChangeLog2983 changed its IP or port. The feature is enabled at compile-time by setting
3006 * Fix incorrect default port number in ssl_mail_client example's usage.
4496 * When a client initiates a reconnect from the same port as a live
4653 Their 'port' argument type is changed to a string.
6028 * Added option parsing for host and port selection to
6182 serial number, setup correct server port in the ssl client example
6299 I'd also like to thank Younès Hafri for the CRUX linux port,
/mbedtls-latest/tests/
Dssl-opt.sh205 --port)
208 --proxy-port)
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md449 …uffers can either be leaked by the program through printing to the serial port or set to fixed val…