Searched refs:ARP_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
34 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()
79 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()
99 length = ARP_HDR_SIZE; in sb_eth_raw_recv()
111 ARP_HDR_SIZE; in sb_eth_send()
504 first_read = ALIGN(ETHER_HDR_SIZE + ARP_HDR_SIZE + ETH_FCS_LEN, 4); in emaclite_recv()
440 #define ARP_HDR_SIZE (8+20) /* Size assuming ethernet */ macro