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

  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dtls1.h 160 unsigned int read_timeouts; member in struct:dtls1_timeout_st
  /external/chromium_org/third_party/openssl/openssl/ssl/
dtls1.h 160 unsigned int read_timeouts; member in struct:dtls1_timeout_st
d1_lib.c 435 s->d1->timeout.read_timeouts++;
436 if (s->d1->timeout.read_timeouts > DTLS1_TMO_READ_COUNT)
438 s->d1->timeout.read_timeouts = 1;
d1_both.c 1107 if ( state->timeout.read_timeouts >= DTLS1_TMO_READ_COUNT)
    [all...]
  /external/openssl/include/openssl/
dtls1.h 160 unsigned int read_timeouts; member in struct:dtls1_timeout_st
  /external/openssl/ssl/
dtls1.h 160 unsigned int read_timeouts; member in struct:dtls1_timeout_st
d1_lib.c 435 s->d1->timeout.read_timeouts++;
436 if (s->d1->timeout.read_timeouts > DTLS1_TMO_READ_COUNT)
438 s->d1->timeout.read_timeouts = 1;
d1_both.c 1107 if ( state->timeout.read_timeouts >= DTLS1_TMO_READ_COUNT)
    [all...]

Completed in 102 milliseconds