Searched refs:arp_tx_packet (Results 1 – 3 of 3) sorted by relevance
37 uchar *arp_tx_packet; /* THE ARP transmit packet */ variable47 arp_tx_packet = &arp_tx_packet_buf[0] + (PKTALIGN - 1); in arp_init()48 arp_tx_packet -= (ulong)arp_tx_packet % PKTALIGN; in arp_init()60 pkt = arp_tx_packet; in arp_raw_request()78 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request()
23 extern uchar *arp_tx_packet;
819 return arp_tx_packet; /* If we are waiting, we already sent */ in net_get_async_tx_pkt_buf()