Searched refs:SIZEOF_VLAN_HDR (Results 1 – 2 of 2) sorted by relevance
105 #define SIZEOF_VLAN_HDR 4 macro
632 iphdr = (struct ip_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);697 hdr = (struct etharp_hdr *)(((u8_t*)ethhdr) + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);1243 if (p->len <= SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR) {1257 ip_hdr_offset = SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR;