HomeSort by: relevance | last modified time | path
    Searched refs:timeout_num_alerts (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
d1_lib.c 358 s->d1->timeout_num_alerts = 0;
371 s->d1->timeout_num_alerts++;
374 if (s->d1->timeout_num_alerts > 2
381 if (s->d1->timeout_num_alerts > DTLS1_TMO_ALERT_COUNT) {
ssl_local.h 1969 unsigned int timeout_num_alerts; member in struct:dtls1_state_st
  /src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c 372 s->d1->timeout_num_alerts = 0;
385 s->d1->timeout_num_alerts++;
388 if (s->d1->timeout_num_alerts > 2
396 if (s->d1->timeout_num_alerts > DTLS1_TMO_ALERT_COUNT) {
ssl_local.h 1917 unsigned int timeout_num_alerts; member in struct:dtls1_state_st

Completed in 23 milliseconds