Searched refs:port (Results 1 – 7 of 7) sorted by relevance
/mbedtls-development/tests/scripts/ |
A D | tcp_client.pl | 36 my ($host, $port) = @_; 38 PeerPort => $port, 41 die "Cannot connect to $host:$port: $!" unless $socket; 95 my ($host, $port, $data1, $response1) = @ARGV; 96 my $connection = open_connection($host, $port);
|
/mbedtls-development/include/mbedtls/ |
A D | net_sockets.h | 130 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ); 150 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
|
/mbedtls-development/library/ |
A D | net_sockets.c | 175 const char *port, int proto ) in mbedtls_net_connect() argument 189 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect() 222 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind() argument 238 if( getaddrinfo( bind_ip, port, &hints, &addr_list ) != 0 ) in mbedtls_net_bind()
|
/mbedtls-development/programs/fuzz/ |
A D | README.md | 65 # determine client or server based on port
|
/mbedtls-development/ |
A D | README.md | 246 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,… 248 - [Porting Mbed TLS to a new environment or OS](https://tls.mbed.org/kb/how-to/how-do-i-port-mbed…
|
A D | ChangeLog | 1337 changed its IP or port. The feature is enabled at compile-time by setting 1360 * Fix incorrect default port number in ssl_mail_client example's usage. 2850 * When a client initiates a reconnect from the same port as a live 3007 Their 'port' argument type is changed to a string. 4382 * Added option parsing for host and port selection to 4536 serial number, setup correct server port in the ssl client example 4653 I'd also like to thank Younès Hafri for the CRUX linux port,
|
/mbedtls-development/tests/ |
A D | ssl-opt.sh | 158 --port) 161 --proxy-port)
|
Completed in 21 milliseconds