Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.h91 #define IPMI_GET_CHANNEL_AUTH_CAP 0x38 macro
H A Dlanplus.c2156 (ipmi_request->msg.cmd == IPMI_GET_CHANNEL_AUTH_CAP) && in ipmi_lanplus_send_payload()
2677 req.msg.cmd = IPMI_GET_CHANNEL_AUTH_CAP; // 0x38 in ipmi_get_auth_capabilities_cmd()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_channel.h42 #define IPMI_GET_CHANNEL_AUTH_CAP 0x38 macro
/openbmc/ipmitool/lib/
H A Dipmi_channel.c273 req.msg.cmd = IPMI_GET_CHANNEL_AUTH_CAP; in ipmi_get_channel_auth_cap()