Searched defs:ethervlan_header (Results 1 – 4 of 4) sorted by relevance
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;
62 struct ethervlan_header { struct63 uint8 ether_dhost[ETHER_ADDR_LEN];64 uint8 ether_shost[ETHER_ADDR_LEN];65 uint16 vlan_type; /* 0x8100 */66 uint16 vlan_tag; /* priority, cfi and vid */67 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;