Searched refs:alert_count (Results 1 – 3 of 3) sorted by relevance
281 sc->rlayer.alert_count = 0; in dtls1_read_bytes()413 sc->rlayer.alert_count++; in dtls1_read_bytes()414 if (sc->rlayer.alert_count == MAX_WARN_ALERT_COUNT) { in dtls1_read_bytes()
109 unsigned int alert_count; member
48 rl->alert_count = 0; in RECORD_LAYER_clear()720 s->rlayer.alert_count = 0; in ssl3_read_bytes()889 s->rlayer.alert_count++; in ssl3_read_bytes()890 if (s->rlayer.alert_count == MAX_WARN_ALERT_COUNT) { in ssl3_read_bytes()
Completed in 10 milliseconds