Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/
Detharp.c629 iphdr = (struct ip_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
632 iphdr = (struct ip_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);
694 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
697 hdr = (struct etharp_hdr *)(((u8_t*)ethhdr) + SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR);
1143 hdr = (struct etharp_hdr *)((u8_t*)ethhdr + SIZEOF_ETH_HDR);
1220 s16_t ip_hdr_offset = SIZEOF_ETH_HDR;
1222 if (p->len <= SIZEOF_ETH_HDR) {
1242 struct eth_vlan_hdr *vlan = (struct eth_vlan_hdr*)(((char*)ethhdr) + SIZEOF_ETH_HDR);
1243 if (p->len <= SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR) {
1257 ip_hdr_offset = SIZEOF_ETH_HDR + SIZEOF_VLAN_HDR;
/external/syslinux/core/lwip/src/include/netif/
Detharp.h85 #define SIZEOF_ETH_HDR (14 + ETH_PAD_SIZE) macro
132 #define SIZEOF_ETHARP_PACKET (SIZEOF_ETH_HDR + SIZEOF_ETHARP_HDR)