Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_lanp.h59 IPMI_LANP_MAC_ADDR, /* 5 */ enumerator
102 { IPMI_LANP_MAC_ADDR, 6, "MAC Address", NULL, 0 }, /* 5 */
/openbmc/ipmitool/lib/
H A Dipmi_lanp.c703 p = get_lan_param(intf, chan, IPMI_LANP_MAC_ADDR); in ipmi_lan_print()
1546 ipmi_lan_params[IPMI_LANP_MAC_ADDR].desc, in ipmi_lan_set()
1548 rc = set_lan_param(intf, chan, IPMI_LANP_MAC_ADDR, data, 6); in ipmi_lan_set()