Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dd1_lib.c378 s->d1->timeout.num_alerts++; in dtls1_check_timeout_num()
381 if (s->d1->timeout.num_alerts > 2) { in dtls1_check_timeout_num()
387 if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT) { in dtls1_check_timeout_num()
H A Ddtls_local.h103 unsigned int num_alerts; member