Searched refs:is_ccs (Results 1 – 4 of 4) sorted by relevance
98 if (frag->msg_header.is_ccs) { in dtls1_hm_fragment_free()993 int dtls1_get_queue_priority(unsigned short seq, int is_ccs) in dtls1_get_queue_priority() argument1005 return seq * 2 - is_ccs; in dtls1_get_queue_priority()1023 frag->msg_header.is_ccs), &found) <= 0) in dtls1_retransmit_buffered_messages()1030 int dtls1_buffer_message(SSL *s, int is_ccs) in dtls1_buffer_message() argument1049 if (is_ccs) { in dtls1_buffer_message()1067 frag->msg_header.is_ccs = is_ccs; in dtls1_buffer_message()1081 frag->msg_header.is_ccs) >> 8); in dtls1_buffer_message()1085 frag->msg_header.is_ccs)); in dtls1_buffer_message()1123 if (frag->msg_header.is_ccs) in dtls1_retransmit_message()[all …]
555 static bool add_outgoing(SSL *ssl, bool is_ccs, Array<uint8_t> data) { in add_outgoing() argument573 if (!is_ccs) { in add_outgoing()590 msg->is_ccs = is_ccs; in add_outgoing()652 if (msg->is_ccs) { in seal_next_message()
1173 bool is_ccs = false;
1731 unsigned int is_ccs; member2416 __owur int dtls1_get_queue_priority(unsigned short seq, int is_ccs);