Searched refs:host (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | tcp_client.pl | 24 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);
|
D | docker_env.sh | 66 --network host \
|
/mbedtls-latest/include/mbedtls/ |
D | net_sockets.h | 117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto);
|
/mbedtls-latest/library/ |
D | net_sockets.c | 158 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/ |
D | README.md | 73 * 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…
|
D | ChangeLog | 1438 * 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/ |
D | psa-shared-memory.md | 475 … allocation of special buffers. FVP testing even requires the tests to be run on a non-host target.
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.data | 2602 # and run via qemu-user on Linux on a 64-bit host. This is due to a known
|