Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c377 uint32_t hs_to_min; /* Initial value of DTLS handshake timer */ member
652 opt.hs_to_min = DFL_HS_TO_MIN; in main()
963 opt.hs_to_min = atoi( q ); in main()
965 if( opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min ) in main()
1380 if( opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX ) in main()
1381 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, in main()
A Dssl_server2.c500 uint32_t hs_to_min; /* Initial value of DTLS handshake timer */ member
1372 opt.hs_to_min = DFL_HS_TO_MIN; in main()
1731 opt.hs_to_min = atoi( q ); in main()
1733 if( opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min ) in main()
2227 if( opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX ) in main()
2228 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, opt.hs_to_max ); in main()

Completed in 9 milliseconds