Home
last modified time | relevance | path

Searched refs:ic_msg_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/libmctp/
H A Dcontrol.c16 hdr->ic_msg_type = MCTP_CTRL_HDR_MSG_TYPE; in fill_resp()
232 if (ctrl_hdr->ic_msg_type != MCTP_CTRL_HDR_MSG_TYPE) { in mctp_control_handler()
H A Dlibmctp-cmds.h17 uint8_t ic_msg_type; member
H A Dcore.c487 return hdr->ic_msg_type == MCTP_CTRL_HDR_MSG_TYPE && in mctp_ctrl_cmd_is_request()
/openbmc/libmctp/tests/
H A Dtest_cmds.c91 .ic_msg_type = MCTP_CTRL_HDR_MSG_TYPE, in send_transport_control_message()