Home
last modified time | relevance | path

Searched refs:SIZEOF_VLAN_HDR (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/netif/
Detharp.h105 #define SIZEOF_VLAN_HDR 4 macro
/external/syslinux/core/lwip/src/netif/
Detharp.c632 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;