Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c83 #define HOSTNAME "localhost" /* for cert verification if enabled */ macro
235 if( mbedtls_ssl_set_hostname( &ssl, HOSTNAME ) != 0 ) in main()