iPXE
Data Fields
fip_mac_address Struct Reference

A FIP MAC address descriptor. More...

#include <fip.h>

Data Fields

uint8_t type
 Type. More...
 
uint8_t len
 Length in 32-bit words. More...
 
uint8_t mac [ETH_ALEN]
 MAC address. More...
 

Detailed Description

A FIP MAC address descriptor.

Definition at line 145 of file fip.h.

Field Documentation

◆ type

uint8_t fip_mac_address::type

Type.

Definition at line 147 of file fip.h.

Referenced by fcoe_deliver().

◆ len

uint8_t fip_mac_address::len

Length in 32-bit words.

Definition at line 149 of file fip.h.

Referenced by fcoe_deliver().

◆ mac

uint8_t fip_mac_address::mac[ETH_ALEN]

MAC address.

Definition at line 151 of file fip.h.

Referenced by fcoe_deliver(), fcoe_fip_rx_advertisement(), fcoe_fip_rx_els_response(), and fcoe_fip_rx_vlan().


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