iPXE
Data Fields
vlan_header Struct Reference

A VLAN header. More...

#include <vlan.h>

Data Fields

uint16_t tci
 Tag control information. More...
 
uint16_t net_proto
 Encapsulated protocol. More...
 

Detailed Description

A VLAN header.

Definition at line 16 of file vlan.h.

Field Documentation

◆ tci

uint16_t vlan_header::tci

Tag control information.

Definition at line 18 of file vlan.h.

Referenced by vlan_rx(), and vlan_transmit().

◆ net_proto

uint16_t vlan_header::net_proto

Encapsulated protocol.

Definition at line 20 of file vlan.h.

Referenced by vlan_rx(), and vlan_transmit().


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