Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/programs/ssl/
Dssl_client2.c316 uint32_t hs_to_max; /* Max value of DTLS handshake timer */ member
506 opt.hs_to_max = DFL_HS_TO_MAX; in main()
784 opt.hs_to_max = atoi( p ); in main()
785 if( opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min ) in main()
1100 if( opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX ) in main()
1101 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, opt.hs_to_max ); in main()
Dssl_server2.c401 uint32_t hs_to_max; /* Max value of DTLS handshake timer */ member
942 opt.hs_to_max = DFL_HS_TO_MAX; in main()
1227 opt.hs_to_max = atoi( p ); in main()
1228 if( opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min ) in main()
1615 if( opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX ) in main()
1616 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, opt.hs_to_max ); in main()