| /openbsd-src/sbin/iked/ |
| H A D | ikev2_pld.c | 132 if (ibuf_size(msg->msg_data) < betoh32(hdr->ike_length)) { in ikev2_pld_parse() 147 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() 348 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_pld_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() 596 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_pld_attr() 649 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_validate_ke() 668 uint8_t *msgbuf = ibuf_data(msg->msg_data); in ikev2_pld_ke() [all …]
|
| H A D | ikev2_msg.c | 95 if ((msg.msg_data = ibuf_new(buf + off, len - off)) == NULL) in ikev2_msg_cb() 115 if (ibuf_size(msg->msg_data) <= sizeof(*hdr)) { in ikev1_recv() 120 hdr = (struct ike_header *)ibuf_data(msg->msg_data); in ikev1_recv() 149 msg->msg_data = ibuf_static(); in ikev2_msg_init() 154 return (msg->msg_data); in ikev2_msg_init() 165 if (ibuf_size(msg->msg_data) < msg->msg_offset) in ikev2_msg_copy() 167 len = ibuf_size(msg->msg_data) - msg->msg_offset; in ikev2_msg_copy() 172 if ((ptr = ibuf_seek(msg->msg_data, msg->msg_offset, len)) == NULL || in ikev2_msg_copy() 237 if (msg->msg_data != NULL) { in ikev2_msg_cleanup() 238 ibuf_free(msg->msg_data); in ikev2_msg_cleanup() [all...] |
| H A D | ikev2.c | 662 hdr = ibuf_seek(msg->msg_data, msg->msg_offset, sizeof(*hdr)); in ikev2_recv() 664 if (hdr == NULL || ibuf_size(msg->msg_data) < in ikev2_recv() 692 ibuf_size(msg->msg_data), in ikev2_recv() 754 (ibuf_size(msg->msg_data) != ibuf_size(sa->sa_1stmsg) || in ikev2_recv() 755 memcmp(ibuf_data(msg->msg_data), ibuf_data(sa->sa_1stmsg), in ikev2_recv() 2342 buf = msg->msg_parent->msg_data; in ikev2_nat_detection() 5382 if ((hdr = ibuf_seek(msg->msg_data, 0, sizeof(*hdr))) == NULL) in ikev2_send_informational() 5404 resp.msg_data = buf; in ikev2_send_informational() 5594 if ((sa->sa_2ndmsg = ibuf_dup(msg->msg_data)) == NULL) { in ikev2_sa_responder_dh() 5683 if ((sa->sa_1stmsg = ibuf_dup(msg->msg_data)) in ikev2_sa_responder() [all...] |
| H A D | iked.h | 622 struct ibuf *msg_data; 620 struct ibuf *msg_data; global() member
|
| /openbsd-src/sys/kern/ |
| H A D | sysv_msg.c | 531 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-src/sys/sys/ |
| H A D | msg.h | 62 struct mbuf *msg_data; member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_training_dpia.c | 149 uint8_t msg_data) in core_link_send_set_config() argument 156 payload.msg_data = msg_data; in core_link_send_set_config()
|
| /openbsd-src/sys/dev/pv/ |
| H A D | hypervreg.h | 286 uint8_t msg_data[VMBUS_MSG_DSIZE_MAX]; member
|
| H A D | hyperv.c | 735 hdr = (struct vmbus_chanmsg_hdr *)msg->msg_data; in hv_message_intr()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_bnx.c | 2706 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() 2721 DBPRINT(sc, BNX_VERBOSE, "bnx_fw_sync(): msg_data = 0x%08X\n", 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() [all...] |
| /openbsd-src/regress/sbin/iked/parser/ |
| H A D | test_parser_fuzz.c | 439 msg->msg_data = data; in prepare_message()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 1560 uint8_t msg_data; /* set config message data */ member
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | client.c | 4185 MSG_DAT msg_data; local 4197 hname, realm, (unsigned long) 0, &msg_data,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc.c | 5048 cmd.set_config_access.set_config_control.cmd_pkt.msg_data = payload->msg_data; in dc_process_dmub_set_config_async()
|