Searched refs:hs_to_min (Results 1 – 2 of 2) sorted by relevance
499 uint32_t hs_to_min; /* Initial value of DTLS handshake timer */ member866 opt.hs_to_min = DFL_HS_TO_MIN; in main()1221 opt.hs_to_min = atoi( q ); in main()1223 if( opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min ) in main()1772 if( opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX ) in main()1773 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, in main()
627 uint32_t hs_to_min; /* Initial value of DTLS handshake timer */ member1551 opt.hs_to_min = DFL_HS_TO_MIN; in main()1953 opt.hs_to_min = atoi( q ); in main()1955 if( opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min ) in main()2588 if( opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX ) in main()2589 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, opt.hs_to_max ); in main()