HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_VLAN_HDR (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/netif/
etharp.h 105 #define SIZEOF_VLAN_HDR 4
  /external/syslinux/core/lwip/src/netif/
etharp.c 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);
    [all...]

Completed in 898 milliseconds