Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vlan_ethhdr Struct Reference

#include <if_vlan.h>

Data Fields

unsigned char h_dest [ETH_ALEN]
 
unsigned char h_source [ETH_ALEN]
 
__be16 h_vlan_proto
 
__be16 h_vlan_TCI
 
__be16 h_vlan_encapsulated_proto
 

Detailed Description

struct vlan_ethhdr - vlan ethernet header (ethhdr + vlan_hdr) : destination ethernet address : source ethernet address : ethernet protocol (always 0x8100) : priority and VLAN ID : packet type ID or len

Definition at line 49 of file if_vlan.h.

Field Documentation

unsigned char h_dest[ETH_ALEN]

Definition at line 50 of file if_vlan.h.

unsigned char h_source[ETH_ALEN]

Definition at line 51 of file if_vlan.h.

__be16 h_vlan_encapsulated_proto

Definition at line 54 of file if_vlan.h.

__be16 h_vlan_proto

Definition at line 52 of file if_vlan.h.

__be16 h_vlan_TCI

Definition at line 53 of file if_vlan.h.


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