Searched refs:IPMI_LANP_GRAT_ARP (Results 1 – 2 of 2) sorted by relevance
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_lanp.h | 65 IPMI_LANP_GRAT_ARP, enumerator 108 { IPMI_LANP_GRAT_ARP, 1, "Gratituous ARP Intrvl", NULL, 0 },
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_lanp.c | 477 lp = get_lan_param(intf, chan, IPMI_LANP_GRAT_ARP); in lan_set_arp_interval() 489 rc = set_lan_param(intf, chan, IPMI_LANP_GRAT_ARP, &interval, 1); in lan_set_arp_interval() 730 p = get_lan_param(intf, chan, IPMI_LANP_GRAT_ARP); in ipmi_lan_print()
|