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.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,
H A Dssl_locl.h972 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.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,
H A Dssl_locl.h970 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),

Completed in 95 milliseconds