Searched defs:dtls1_get_queue_priority (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_both.c1116 dtls1_get_queue_priority(unsigned short seq, int is_ccs) function
1144 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1196 seq64be[6] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
1198 seq64be[7] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
/external/openssl/ssl/
H A Dd1_both.c1116 dtls1_get_queue_priority(unsigned short seq, int is_ccs) function
1144 (unsigned short)dtls1_get_queue_priority(frag->msg_header.seq, frag->msg_header.is_ccs),
1196 seq64be[6] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,
1198 seq64be[7] = (unsigned char)(dtls1_get_queue_priority(frag->msg_header.seq,

Completed in 338 milliseconds