Searched refs:dtls1_get_queue_priority (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_both.c1125 dtls1_get_queue_priority(unsigned short seq, int is_ccs) function
1153 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1205 seq64be[6] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
1207 seq64be[7] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
H A Dssl_locl.h1003 int dtls1_get_queue_priority(unsigned short seq, int is_ccs);
H A Dd1_pkt.c1147 dtls1_get_queue_priority(frag->msg_header.seq, 0),
/external/openssl/ssl/
H A Dd1_both.c1132 dtls1_get_queue_priority(unsigned short seq, int is_ccs) function
1160 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1212 seq64be[6] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
1214 seq64be[7] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
H A Dssl_locl.h973 int dtls1_get_queue_priority(unsigned short seq, int is_ccs);
H A Dd1_pkt.c1157 dtls1_get_queue_priority(frag->msg_header.seq, 0),

Completed in 574 milliseconds