Home
last modified time | relevance | path

Searched refs:msg_hdr (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
HDd1_both.c164 static int dtls1_write_message_header(const struct hm_header_st *msg_hdr,
323 const struct hm_header_st *msg_hdr = &s->d1->w_msg_hdr; in dtls1_do_write() local
331 if (!dtls1_write_message_header(msg_hdr, in dtls1_do_write()
332 0, msg_hdr->msg_len, p)) in dtls1_do_write()
374 struct hm_header_st *msg_hdr; in dtls1_get_message() local
395 msg_hdr = &s->d1->r_msg_hdr; in dtls1_get_message()
396 memset(msg_hdr, 0, sizeof(struct hm_header_st)); in dtls1_get_message()
407 msg_len = msg_hdr->msg_len; in dtls1_get_message()
410 if (!dtls1_write_message_header(msg_hdr, 0, msg_len, p)) in dtls1_get_message()
420 memset(msg_hdr, 0, sizeof(struct hm_header_st)); in dtls1_get_message()
[all …]
HDdtls_locl.h200 int dtls1_get_message_header(CBS *header, struct hm_header_st *msg_hdr);
/dragonfly/usr.bin/gencat/
HDgencat.c482 struct _nls_msg_hdr *msg_hdr; local
536 msg_hdr = (struct _nls_msg_hdr *)(void *)((char *)msgcat +
554 msg_hdr->__msgno = htonl(msg->msgId);
555 msg_hdr->__msglen = htonl(msg_len);
556 msg_hdr->__offset = htonl(msg_offset);
563 msg_hdr++;
/dragonfly/lib/libc/nls/
HDmsgcat.c269 struct _nls_msg_hdr *msg_hdr; in catgets() local
291 msg_hdr = (struct _nls_msg_hdr *) in catgets()
301 ntohl((u_int32_t)msg_hdr[i].__msgno); in catgets()
308 msg_hdr[i].__offset)); in catgets()
/dragonfly/sys/dev/disk/mpt/
HDmpt.c856 MSG_REQUEST_HEADER *msg_hdr; in mpt_complete_request_chain() local
861 msg_hdr = (MSG_REQUEST_HEADER *)req->req_vbuf; in mpt_complete_request_chain()
862 ioc_status_frame.Function = msg_hdr->Function; in mpt_complete_request_chain()
863 ioc_status_frame.MsgContext = msg_hdr->MsgContext; in mpt_complete_request_chain()
864 cb_index = MPT_CONTEXT_TO_CBI(le32toh(msg_hdr->MsgContext)); in mpt_complete_request_chain()
865 mpt_reply_handlers[cb_index](mpt, req, msg_hdr->MsgContext, in mpt_complete_request_chain()
1357 MSG_REQUEST_HEADER *msg_hdr = req->req_vbuf; in mpt_wait_req() local
1359 mpt_prt(mpt, "mpt_wait_req(%x) timed out\n", msg_hdr->Function); in mpt_wait_req()