Home
last modified time | relevance | path

Searched refs:IPMI_RAKP1_MESSAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.h111 #define IPMI_RAKP1_MESSAGE_SIZE 44 macro
H A Dlanplus.c2983 msg = (uint8_t*)malloc(IPMI_RAKP1_MESSAGE_SIZE); in ipmi_lanplus_rakp1()
2988 memset(msg, 0, IPMI_RAKP1_MESSAGE_SIZE); in ipmi_lanplus_rakp1()
3053 v2_payload.payload_length = IPMI_RAKP1_MESSAGE_SIZE; in ipmi_lanplus_rakp1()
3056 IPMI_RAKP1_MESSAGE_SIZE - (16 - msg[27]); in ipmi_lanplus_rakp1()