Home
last modified time | relevance | path

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

/mbedtls-latest/tests/scripts/
Dtcp_client.pl24 my ($host, $port) = @_;
25 my $socket = IO::Socket::INET->new(PeerAddr => $host,
29 die "Cannot connect to $host:$port: $!" unless $socket;
83 my ($host, $port, $data1, $response1) = @ARGV;
84 my $connection = open_connection($host, $port);
Ddocker_env.sh66 --network host \
/mbedtls-latest/include/mbedtls/
Dnet_sockets.h117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto);
/mbedtls-latest/library/
Dnet_sockets.c158 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, in mbedtls_net_connect() argument
174 if (getaddrinfo(host, port, &hints, &addr_list) != 0) { in mbedtls_net_connect()
/mbedtls-latest/
DREADME.md73 * A C compiler for the host platform, for some test data.
75 If you are cross-compiling, you must set the `CC` environment variable to a C compiler for the host
DChangeLog1438 * Fix CMake windows host detection, especially when cross compiling.
1822 C compiler for the host platform are required. See “Generated source files
2933 docker-env.sh) to simplify running test suites on a Linux host. Contributed
5299 the same host (Not to be confused with SNI!)
6028 * Added option parsing for host and port selection to
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md475 … allocation of special buffers. FVP testing even requires the tests to be run on a non-host target.
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.data2602 # and run via qemu-user on Linux on a 64-bit host. This is due to a known