ReactOS 0.4.16-dev-106-g10b08aa
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
EFI_MAC_ADDRESS | MacAddress |
UINT8 | IfType |
Definition at line 521 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL MAC_ADDR_DEVICE_PATH::Header |
Definition at line 522 of file DevicePath.h.
UINT8 MAC_ADDR_DEVICE_PATH::IfType |
Network interface type(i.e. 802.3, FDDI).
Definition at line 530 of file DevicePath.h.
EFI_MAC_ADDRESS MAC_ADDR_DEVICE_PATH::MacAddress |
The MAC address for a network interface padded with 0s.
Definition at line 526 of file DevicePath.h.