Home
last modified time | relevance | path

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

/mbedtls-development/tests/scripts/
A Dtcp_client.pl36 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 Ddocker_env.sh74 --network host \
/mbedtls-development/include/mbedtls/
A Dnet_sockets.h130 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
/mbedtls-development/library/
A Dnet_sockets.c174 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 DDockerfile165 mbed-host-tests \
/mbedtls-development/
A DREADME.md63 * 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 DChangeLog177 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 Dgetting_started.md58 To run the unit tests on the host machine, run `make test` from the top-level directory. If you are…

Completed in 16 milliseconds