iPXE
Data Fields
MAC_ADDR_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_MAC_ADDRESS MacAddress
 The MAC address for a network interface padded with 0s. More...
 
UINT8 IfType
 Network interface type(i.e. More...
 

Detailed Description

Definition at line 553 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL MAC_ADDR_DEVICE_PATH::Header

Definition at line 554 of file DevicePath.h.

Referenced by efi_netdev_path().

◆ MacAddress

EFI_MAC_ADDRESS MAC_ADDR_DEVICE_PATH::MacAddress

The MAC address for a network interface padded with 0s.

Definition at line 558 of file DevicePath.h.

Referenced by efi_netdev_path().

◆ IfType

UINT8 MAC_ADDR_DEVICE_PATH::IfType

Network interface type(i.e.

802.3, FDDI).

Definition at line 562 of file DevicePath.h.

Referenced by efi_netdev_path().


The documentation for this struct was generated from the following file: