Home
last modified time | relevance | path

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

/u-boot/net/
A Dnet.c1142 if (len < VLAN_ETHER_HDR_SIZE) in net_process_received_packet()
1157 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
1158 len -= VLAN_ETHER_HDR_SIZE; in net_process_received_packet()
1425 VLAN_ETHER_HDR_SIZE; in net_eth_hdr_size()
1449 return VLAN_ETHER_HDR_SIZE; in net_set_ether()
1464 return VLAN_ETHER_HDR_SIZE; in net_update_ether()
/u-boot/include/
A Dnet.h360 #define VLAN_ETHER_HDR_SIZE (sizeof(struct vlan_ethernet_hdr)) macro

Completed in 7 milliseconds