ReactOS 0.4.15-dev-7958-gcd0bb1a
MAC_ADDR_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for MAC_ADDR_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_MAC_ADDRESS MacAddress
 
UINT8 IfType
 

Detailed Description

Definition at line 521 of file DevicePath.h.

Member Data Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL MAC_ADDR_DEVICE_PATH::Header

Definition at line 522 of file DevicePath.h.

◆ IfType

UINT8 MAC_ADDR_DEVICE_PATH::IfType

Network interface type(i.e. 802.3, FDDI).

Definition at line 530 of file DevicePath.h.

◆ MacAddress

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.


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