Searched defs:msg_hdr (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_lib.c310 const struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; local
326 *p++ = msg_hdr->type;
327 l2n3(msg_hdr->msg_len, p);
328 s2n(msg_hdr->seq, p);
330 l2n3(msg_hdr->msg_len, p);
H A Dd1_pkt.c647 struct hm_header_st msg_hdr; local
648 dtls1_get_message_header(&rr->data[rr->off], &msg_hdr);
651 if (msg_hdr.type == SSL3_MT_FINISHED) {
652 if (msg_hdr.frag_off == 0) {
H A Dd1_both.c417 * |msg_hdr|. If none exists, it creates a new one and inserts it in the
418 * queue. Otherwise, it checks |msg_hdr| is consistent with the existing one. It
421 SSL *s, const struct hm_header_st *msg_hdr) {
424 seq64be[6] = (uint8_t)(msg_hdr->seq >> 8);
425 seq64be[7] = (uint8_t)msg_hdr->seq;
431 frag = dtls1_hm_fragment_new(msg_hdr->msg_len,
436 memcpy(&frag->msg_header, msg_hdr, sizeof(*msg_hdr));
448 assert(frag->msg_header.seq == msg_hdr->seq);
449 if (frag->msg_header.type != msg_hdr
420 dtls1_get_buffered_message( SSL *s, const struct hm_header_st *msg_hdr) argument
494 struct hm_header_st msg_hdr; local
842 struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; local
853 struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; local
860 struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; local
876 dtls1_get_message_header(uint8_t *data, struct hm_header_st *msg_hdr) argument
[all...]
/external/strace/
H A Dnet.c572 struct msghdr32 msg_hdr; member in struct:mmsghdr32
578 struct msghdr msg_hdr; member in struct:mmsghdr
625 copy_from_msghdr32(&mmsg->msg_hdr, &mmsg32.msg_hdr);
664 do_msghdr(tcp, &mmsg.msg_hdr, msg_len ? msg_len : mmsg.msg_len);
705 (unsigned long)mmsg.msg_hdr.msg_iovlen, i);
706 dumpiov(tcp, mmsg.msg_hdr.msg_iovlen,
707 (long)mmsg.msg_hdr.msg_iov);
/external/valgrind/include/vki/
H A Dvki-linux.h649 struct vki_msghdr msg_hdr; member in struct:vki_mmsghdr

Completed in 194 milliseconds