Searched refs:is_ccs (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddtls1.h105 unsigned int is_ccs; member in struct:hm_header_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ddtls1.h105 unsigned int is_ccs; member in struct:hm_header_st
H A Dd1_both.c1042 dtls1_buffer_message(SSL *s, int is_ccs) argument
1056 if ( is_ccs)
1072 frag->msg_header.is_ccs = is_ccs;
1127 if ( frag->msg_header.is_ccs)
1141 ret = dtls1_do_write(s, frag->msg_header.is_ccs ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ddtls1.h153 unsigned int is_ccs; member in struct:hm_header_st
H A Dd1_both.c217 if (frag->msg_header.is_ccs) {
1096 int dtls1_get_queue_priority(unsigned short seq, int is_ccs) argument
1108 return seq * 2 - is_ccs;
1126 frag->msg_header.is_ccs), 0,
1136 int dtls1_buffer_message(SSL *s, int is_ccs) argument
1154 if (is_ccs) {
1169 frag->msg_header.is_ccs = is_ccs;
1182 frag->msg_header.is_ccs) >> 8);
1186 frag->msg_header.is_ccs));
[all...]
H A Dssl_locl.h1243 int dtls1_get_queue_priority(unsigned short seq, int is_ccs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ddtls1.h153 unsigned int is_ccs; member in struct:hm_header_st
H A Dd1_both.c217 if (frag->msg_header.is_ccs) {
1096 int dtls1_get_queue_priority(unsigned short seq, int is_ccs) argument
1108 return seq * 2 - is_ccs;
1126 frag->msg_header.is_ccs), 0,
1136 int dtls1_buffer_message(SSL *s, int is_ccs) argument
1154 if (is_ccs) {
1169 frag->msg_header.is_ccs = is_ccs;
1182 frag->msg_header.is_ccs) >> 8);
1186 frag->msg_header.is_ccs));
[all...]
H A Dssl_locl.h1243 int dtls1_get_queue_priority(unsigned short seq, int is_ccs);

Completed in 106 milliseconds