iPXE
Data Fields
vlan_device Struct Reference

VLAN device private data. More...

Data Fields

struct net_devicetrunk
 Trunk network device. More...
 
unsigned int tag
 VLAN tag. More...
 
unsigned int priority
 Default priority. More...
 

Detailed Description

VLAN device private data.

Definition at line 49 of file vlan.c.

Field Documentation

◆ trunk

struct net_device* vlan_device::trunk

◆ tag

unsigned int vlan_device::tag

VLAN tag.

Definition at line 53 of file vlan.c.

Referenced by vlan_create(), vlan_find(), vlan_tci(), and vlan_transmit().

◆ priority

unsigned int vlan_device::priority

Default priority.

Definition at line 55 of file vlan.c.

Referenced by vlan_create(), vlan_tci(), and vlan_transmit().


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