Searched refs:SIZEOF_VLAN_HDR (Results 1 – 2 of 2) sorted by relevance
105 #define SIZEOF_VLAN_HDR 4 macro
652 iphdr = (struct ip_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);717 hdr = (struct etharp_hdr *)(((u8_t*)ethhdr) + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);1306 if (p->len <= SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR) {1324 ip_hdr_offset = SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR;
Completed in 4 milliseconds