Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1088 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1089 len -= E802_HDR_SIZE; in net_process_received_packet()
1434 return E802_HDR_SIZE; in net_update_ether()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h332 #define E802_HDR_SIZE (sizeof(struct e802_hdr)) macro