Searched refs:SERVER_NAME (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/programs/ssl/ |
D | ssl_client1.c | 63 #define SERVER_NAME "localhost" macro 140 mbedtls_printf( " . Connecting to tcp/%s/%s...", SERVER_NAME, SERVER_PORT ); in main() 143 if( ( ret = mbedtls_net_connect( &server_fd, SERVER_NAME, in main() 182 if( ( ret = mbedtls_ssl_set_hostname( &ssl, SERVER_NAME ) ) != 0 ) in main()
|
D | dtls_client.c | 65 #define SERVER_NAME "localhost" macro 156 mbedtls_printf( " . Connecting to udp/%s/%s...", SERVER_NAME, SERVER_PORT ); in main() 198 if( ( ret = mbedtls_ssl_set_hostname( &ssl, SERVER_NAME ) ) != 0 ) in main()
|
/third_party/mbedtls/programs/pkey/ |
D | dh_client.c | 51 #define SERVER_NAME "localhost" macro 140 mbedtls_printf( "\n . Connecting to tcp/%s/%s", SERVER_NAME, in main() 144 if( ( ret = mbedtls_net_connect( &server_fd, SERVER_NAME, in main()
|
/third_party/mbedtls/tests/ |
D | compat.sh | 812 SERVER_NAME=$1 869 TITLE="`echo $1 | head -c1`->`echo $SERVER_NAME | head -c1`"
|
/third_party/python/Lib/test/ |
D | test_wsgiref.py | 409 self.checkCrossDefault('HTTP_HOST',"foo.bar",SERVER_NAME="foo.bar") 431 SERVER_NAME="spam.example.com") 433 HTTP_HOST="127.0.0.1", SERVER_NAME="spam.example.com")
|
/third_party/python/Doc/library/ |
D | wsgiref.rst | 108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
|