iPXE
Data Fields
dhcp_netdev_desc Struct Reference

Network device descriptor. More...

#include <dhcp.h>

Data Fields

uint8_t type
 Bus type ID. More...
 
uint16_t vendor
 Vendor ID. More...
 
uint16_t device
 Device ID. More...
 

Detailed Description

Network device descriptor.

Definition at line 446 of file dhcp.h.

Field Documentation

◆ type

uint8_t dhcp_netdev_desc::type

Bus type ID.

Definition at line 448 of file dhcp.h.

Referenced by netdev_fetch_busid().

◆ vendor

uint16_t dhcp_netdev_desc::vendor

Vendor ID.

Definition at line 450 of file dhcp.h.

Referenced by netdev_fetch_busid().

◆ device

uint16_t dhcp_netdev_desc::device

Device ID.

Definition at line 452 of file dhcp.h.

Referenced by netdev_fetch_busid().


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