Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c154 xport_type = IPMI_TRANSPORT_LAN; in main()
170 if (xport_type == IPMI_TRANSPORT_LAN && in main()
177 if (xport_type == IPMI_TRANSPORT_LAN) { in main()
/illumos-gate/usr/src/lib/libipmi/common/
H A Dlibipmi.c53 case IPMI_TRANSPORT_LAN: in ipmi_open()
H A Dlibipmi.h133 #define IPMI_TRANSPORT_LAN 0x02 macro