OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_timeouts
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/boringssl/src/include/openssl/
dtls1.h
150
unsigned int
read_timeouts
;
member in struct:dtls1_timeout_st
/external/openssl/include/openssl/
dtls1.h
162
unsigned int
read_timeouts
;
member in struct:dtls1_timeout_st
/external/openssl/ssl/
dtls1.h
162
unsigned int
read_timeouts
;
member in struct:dtls1_timeout_st
d1_lib.c
449
s->d1->timeout.
read_timeouts
++;
450
if (s->d1->timeout.
read_timeouts
> DTLS1_TMO_READ_COUNT)
452
s->d1->timeout.
read_timeouts
= 1;
d1_both.c
1137
if ( state->timeout.
read_timeouts
>= DTLS1_TMO_READ_COUNT)
[
all
...]
/external/chromium_org/third_party/boringssl/src/ssl/
d1_lib.c
459
s->d1->timeout.
read_timeouts
++;
460
if (s->d1->timeout.
read_timeouts
> DTLS1_TMO_READ_COUNT)
462
s->d1->timeout.
read_timeouts
= 1;
d1_both.c
1004
if ( state->timeout.
read_timeouts
>= DTLS1_TMO_READ_COUNT)
[
all
...]
Completed in 44 milliseconds