Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/netif/
A Detharp.h105 #define SIZEOF_VLAN_HDR 4 macro
/lk-master/external/lib/lwip/netif/
A Detharp.c652 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