Searched defs:ethervlan_header (Results 1 – 6 of 6) sorted by relevance
64 struct ethervlan_header { struct65 uint8 ether_dhost[ETHER_ADDR_LEN];66 uint8 ether_shost[ETHER_ADDR_LEN];67 uint16 vlan_type; /* 0x8100 */68 uint16 vlan_tag; /* priority, cfi and vid */69 uint16 ether_type;
63 struct ethervlan_header { struct64 uint8 ether_dhost[ETHER_ADDR_LEN];65 uint8 ether_shost[ETHER_ADDR_LEN];66 uint16 vlan_type; /* 0x8100 */67 uint16 vlan_tag; /* priority, cfi and vid */68 uint16 ether_type;
56 BWL_PRE_PACKED_STRUCT struct ethervlan_header { struct57 uint8 ether_dhost[ETHER_ADDR_LEN];58 uint8 ether_shost[ETHER_ADDR_LEN];59 uint16 vlan_type; /* 0x8100 */60 uint16 vlan_tag; /* priority, cfi and vid */61 uint16 ether_type;