Home
last modified time | relevance | path

Searched refs:ARP_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Drarp.c34 if (len < ARP_HDR_SIZE) { in rarp_receive()
35 printf("bad length %d < %d\n", len, ARP_HDR_SIZE); in rarp_receive()
96 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
H A Darp.c79 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request()
142 if (len < ARP_HDR_SIZE) { in arp_receive()
143 printf("bad length %d < %d\n", len, ARP_HDR_SIZE); in arp_receive()
185 net_send_packet((uchar *)et, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c99 length = ARP_HDR_SIZE; in sb_eth_raw_recv()
H A Dsandbox.c111 ARP_HDR_SIZE; in sb_eth_send()
H A Dxilinx_emaclite.c504 first_read = ALIGN(ETHER_HDR_SIZE + ARP_HDR_SIZE + ETH_FCS_LEN, 4); in emaclite_recv()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h440 #define ARP_HDR_SIZE (8+20) /* Size assuming ethernet */ macro