Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1102 if (len < VLAN_ETHER_HDR_SIZE) in net_process_received_packet()
1117 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
1118 len -= VLAN_ETHER_HDR_SIZE; in net_process_received_packet()
1387 VLAN_ETHER_HDR_SIZE; in net_eth_hdr_size()
1411 return VLAN_ETHER_HDR_SIZE; in net_set_ether()
1426 return VLAN_ETHER_HDR_SIZE; in net_update_ether()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h346 #define VLAN_ETHER_HDR_SIZE (sizeof(struct vlan_ethernet_hdr)) macro