Searched refs:arp_tx_packet (Results 1 – 3 of 3) sorted by relevance
41 uchar *arp_tx_packet; /* THE ARP transmit packet */ variable51 arp_tx_packet = &arp_tx_packet_buf[0] + (PKTALIGN - 1); in arp_init()52 arp_tx_packet -= (ulong)arp_tx_packet % PKTALIGN; in arp_init()64 pkt = arp_tx_packet; in arp_raw_request()82 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request()
23 extern uchar *arp_tx_packet;
807 return arp_tx_packet; /* If we are waiting, we already sent */ in net_get_async_tx_pkt_buf()
Completed in 6 milliseconds