Home
last modified time | relevance | path

Searched refs:hostname1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/sockets/
DltpSockets.sh18 hostname1=$hostname1
32 h) hostname1=$OPTARG;;
40 if [ ! -n "$hostname1" ]; then
56 ./ltpServer $hostname1 &
59 ./ltpClient $hostname1 $hostname1 $testdata
/third_party/ffmpeg/libavformat/
Dhttp.c401 char hostname1[1024], hostname2[1024], proto1[10], proto2[10]; in ff_http_do_new_request2() local
410 hostname1, sizeof(hostname1), &port1, in ff_http_do_new_request2()
415 if (port1 != port2 || strncmp(hostname1, hostname2, sizeof(hostname2)) != 0) { in ff_http_do_new_request2()
417 hostname1, port1, in ff_http_do_new_request2()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function3149 void ssl_set_hostname_twice( char *hostname0, char *hostname1 )
3155 TEST_ASSERT( mbedtls_ssl_set_hostname( &ssl, hostname1 ) == 0 );