Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lan/
H A Drmcp.h89 uint8_t sup_entities; member
H A Dlan.c360 (pong->sup_entities & 0x80) ? "" : " NOT", in ipmi_handle_pong()
361 (pong->sup_entities & 0x01) ? "1.0" : "unknown", in ipmi_handle_pong()
366 return (pong->sup_entities & 0x80) ? 1 : 0; in ipmi_handle_pong()
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c510 uint8_t sup_entities; in ipmi_handle_pong() member
523 (pong->sup_entities & 0x80) ? "" : " NOT"); in ipmi_handle_pong()
530 (pong->sup_entities & 0x01) ? "1.0" : "unknown", in ipmi_handle_pong()
535 return (pong->sup_entities & 0x80) ? 1 : 0; in ipmi_handle_pong()