HomeSort by relevance Sort by last modified time
    Searched refs:num_alerts (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dtls1.h 166 unsigned int num_alerts; member in struct:dtls1_timeout_st
  /external/chromium_org/third_party/openssl/openssl/ssl/
dtls1.h 166 unsigned int num_alerts; member in struct:dtls1_timeout_st
d1_lib.c 404 s->d1->timeout.num_alerts++;
407 if (s->d1->timeout.num_alerts > 2)
412 if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT)
  /external/openssl/include/openssl/
dtls1.h 166 unsigned int num_alerts; member in struct:dtls1_timeout_st
  /external/openssl/ssl/
dtls1.h 166 unsigned int num_alerts; member in struct:dtls1_timeout_st
d1_lib.c 404 s->d1->timeout.num_alerts++;
407 if (s->d1->timeout.num_alerts > 2)
412 if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT)

Completed in 169 milliseconds