iPXE
vlan_device Struct Reference

VLAN device private data. More...

Data Fields

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

Detailed Description

VLAN device private data.

Definition at line 50 of file vlan.c.

Field Documentation

◆ trunk

◆ tag

unsigned int vlan_device::tag

VLAN tag.

Definition at line 54 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 56 of file vlan.c.

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


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