Home
last modified time | relevance | path

Searched refs:IPMI_PAYLOAD_TYPE_IPMI (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/include/ipmitool/
H A Dipmi.h58 #define IPMI_PAYLOAD_TYPE_IPMI 0x00 macro
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c280 { IPMI_PAYLOAD_TYPE_IPMI, "IPMI (0)" }, // IPMI Message
686 if (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_IPMI) { in ipmi_lan_poll_single()
1216 rsp->session.payloadtype = IPMI_PAYLOAD_TYPE_IPMI; in read_session_data_v15()
1677 case IPMI_PAYLOAD_TYPE_IPMI: in ipmi_lanplus_build_v2x_msg()
1911 v2_payload.payload_type = IPMI_PAYLOAD_TYPE_IPMI; in ipmi_lanplus_build_v2x_ipmi_cmd()
2127 if (payload->payload_type == IPMI_PAYLOAD_TYPE_IPMI) in ipmi_lanplus_send_payload()
2320 if ((payload->payload_type == IPMI_PAYLOAD_TYPE_IPMI) && entry) { in ipmi_lanplus_send_payload()
2632 v2_payload.payload_type = IPMI_PAYLOAD_TYPE_IPMI; in ipmi_lanplus_send_ipmi_cmd()
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c552 rsp->session.payloadtype = IPMI_PAYLOAD_TYPE_IPMI; in ipmi_lan_poll_recv()
655 if (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_IPMI) in ipmi_lan_poll_recv()