Searched refs:host (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/tests/scripts/ |
A D | tcp_client.pl | 36 my ($host, $port) = @_; 37 my $socket = IO::Socket::INET->new(PeerAddr => $host, 41 die "Cannot connect to $host:$port: $!" unless $socket; 95 my ($host, $port, $data1, $response1) = @ARGV; 96 my $connection = open_connection($host, $port);
|
A D | docker_env.sh | 74 --network host \
|
/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 );
|
/mbedtls-development/library/ |
A D | net_sockets.c | 174 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, in mbedtls_net_connect() argument 189 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
|
/mbedtls-development/tests/docker/bionic/ |
A D | Dockerfile | 165 mbed-host-tests \
|
/mbedtls-development/ |
A D | README.md | 63 * A C compiler for the host platform, for some test data. 65 If you are cross-compiling, you must set the `CC` environment variable to a C compiler for the host…
|
A D | ChangeLog | 177 C compiler for the host platform are required. See “Generated source files 1287 docker-env.sh) to simplify running test suites on a Linux host. Contributed 3653 the same host (Not to be confused with SNI!) 4382 * Added option parsing for host and port selection to
|
/mbedtls-development/docs/ |
A D | getting_started.md | 58 To run the unit tests on the host machine, run `make test` from the top-level directory. If you are…
|
Completed in 16 milliseconds