Home
last modified time | relevance | path

Searched refs:msg_data (Results 1 – 14 of 14) sorted by relevance

/openbsd/sbin/iked/
H A Dikev2_pld.c147 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_pld()
190 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_pld_payloads()
296 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_sa()
462 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_xform()
578 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_attr()
649 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_ke()
706 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_id()
791 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_cert()
1790 emsg.msg_data = e; in ikev2_frags_reassemble()
1850 emsg.msg_data = e; in ikev2_pld_e()
[all …]
H A Dikev2_msg.c149 msg->msg_data = ibuf_static(); in ikev2_msg_init()
154 return (msg->msg_data); in ikev2_msg_init()
235 if (msg->msg_data != NULL) { in ikev2_msg_cleanup()
236 ibuf_free(msg->msg_data); in ikev2_msg_cleanup()
237 msg->msg_data = NULL; in ikev2_msg_cleanup()
272 struct ibuf *buf = msg->msg_data; in ikev2_msg_send()
309 buf = msg->msg_data = new; in ikev2_msg_send()
793 resp.msg_data = buf; in ikev2_msg_send_encrypt()
906 resp.msg_data = buf; in ikev2_send_encrypted_fragments()
1299 ibuf_size(m->msg_data), 0, in ikev2_msg_retransmit_response()
[all …]
H A Dikev2.c649 hdr = ibuf_seek(msg->msg_data, msg->msg_offset, sizeof(*hdr)); in ikev2_recv()
651 if (hdr == NULL || ibuf_size(msg->msg_data) < in ikev2_recv()
679 ibuf_size(msg->msg_data), in ikev2_recv()
741 (ibuf_size(msg->msg_data) != ibuf_size(sa->sa_1stmsg) || in ikev2_recv()
742 memcmp(ibuf_data(msg->msg_data), ibuf_data(sa->sa_1stmsg), in ikev2_recv()
2327 buf = msg->msg_parent->msg_data; in ikev2_nat_detection()
5344 if ((hdr = ibuf_seek(msg->msg_data, 0, sizeof(*hdr))) == NULL) in ikev2_send_informational()
5366 resp.msg_data = buf; in ikev2_send_informational()
5556 if ((sa->sa_2ndmsg = ibuf_dup(msg->msg_data)) == NULL) { in ikev2_sa_initiator()
5645 if ((sa->sa_1stmsg = ibuf_dup(msg->msg_data)) == NULL) { in ikev2_sa_responder()
H A Diked.h604 struct ibuf *msg_data; member
/openbsd/sys/kern/
H A Dsysv_msg.c531 m_freem(msg->msg_data); in msg_free()
590 mm = &msg->msg_data; in msg_copyin()
606 for (m = msg->msg_data; m; m = m->m_next) { in msg_copyin()
638 for (m = msg->msg_data; m; m = m->m_next) { in msg_copyout()
/openbsd/sys/sys/
H A Dmsg.h62 struct mbuf *msg_data; member
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c149 uint8_t msg_data) in core_link_send_set_config() argument
156 payload.msg_data = msg_data; in core_link_send_set_config()
/openbsd/sys/dev/pv/
H A Dhypervreg.h286 uint8_t msg_data[VMBUS_MSG_DSIZE_MAX]; member
H A Dhyperv.c735 hdr = (struct vmbus_chanmsg_hdr *)msg->msg_data; in hv_message_intr()
/openbsd/sys/dev/pci/
H A Dif_bnx.c2706 bnx_fw_sync(struct bnx_softc *sc, u_int32_t msg_data) in bnx_fw_sync() argument
2719 msg_data |= sc->bnx_fw_wr_seq; in bnx_fw_sync()
2722 msg_data); in bnx_fw_sync()
2725 REG_WR_IND(sc, sc->bnx_shmem_base + BNX_DRV_MB, msg_data); in bnx_fw_sync()
2731 if ((val & BNX_FW_MSG_ACK) == (msg_data & BNX_DRV_MSG_SEQ)) in bnx_fw_sync()
2737 if (((val & BNX_FW_MSG_ACK) != (msg_data & BNX_DRV_MSG_SEQ)) && in bnx_fw_sync()
2738 ((msg_data & BNX_DRV_MSG_DATA) != BNX_DRV_MSG_DATA_WAIT0)) { in bnx_fw_sync()
2740 "msg_data = 0x%08X\n", __FILE__, __LINE__, msg_data); in bnx_fw_sync()
2742 msg_data &= ~BNX_DRV_MSG_CODE; in bnx_fw_sync()
2743 msg_data |= BNX_DRV_MSG_CODE_FW_TIMEOUT; in bnx_fw_sync()
[all …]
/openbsd/regress/sbin/iked/parser/
H A Dtest_parser_fuzz.c439 msg->msg_data = data; in prepare_message()
/openbsd/sys/dev/pci/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1560 uint8_t msg_data; /* set config message data */ member
/openbsd/gnu/usr.bin/cvs/src/
H A Dclient.c4185 MSG_DAT msg_data; local
4197 hname, realm, (unsigned long) 0, &msg_data,
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c5042 cmd.set_config_access.set_config_control.cmd_pkt.msg_data = payload->msg_data; in dc_process_dmub_set_config_async()