Home
last modified time | relevance | path

Searched defs:vlan_ethhdr (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_vlan.h42 struct vlan_ethhdr { struct
43 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
44 unsigned char h_source[ETH_ALEN]; /* source ether addr */
45 unsigned short h_vlan_proto; /* Should always be 0x8100 */
46 unsigned short h_vlan_TCI; /* Encapsulates priority and VLAN ID */
47 unsigned short h_vlan_encapsulated_proto; /* packet type ID field (or len) */