Home
last modified time | relevance | path

Searched refs:net_tx_packet (Results 1 – 13 of 13) sorted by relevance

/u-boot/net/
A Dcdp.c119 pkt = net_tx_packet; in cdp_send_trigger()
208 len = (uchar *)s - ((uchar *)net_tx_packet + ETHER_HDR_SIZE); in cdp_send_trigger()
212 chksum = cdp_compute_csum((uchar *)net_tx_packet + len, in cdp_send_trigger()
213 (uchar *)s - (net_tx_packet + len)); in cdp_send_trigger()
218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
A Drarp.c77 pkt = net_tx_packet; in rarp_request()
96 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
A Dping.c50 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
51 pkt = (uchar *)net_tx_packet + eth_hdr_size; in ping_send()
A Dnet.c197 uchar *net_tx_packet; variable
378 net_tx_packet = &net_pkt_buf[0] + (PKTALIGN - 1); in net_init()
379 net_tx_packet -= (ulong)net_tx_packet % PKTALIGN; in net_init()
381 net_rx_packets[i] = net_tx_packet + in net_init()
809 return net_tx_packet; in net_get_async_tx_pkt_buf()
828 assert(net_tx_packet != NULL); in net_send_ip_packet()
829 if (net_tx_packet == NULL) in net_send_ip_packet()
840 pkt = (uchar *)net_tx_packet; in net_send_ip_packet()
873 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_ip_packet()
A Darp.c225 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
227 net_send_packet(net_tx_packet, arp_wait_tx_packet_size); in arp_receive()
A Dsntp.c40 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
A Dfastboot.c67 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_udp_send_info()
138 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send()
A Dbootp.c762 pkt = net_tx_packet; in bootp_request()
835 net_send_packet(net_tx_packet, pktlen); in bootp_request()
992 pkt = net_tx_packet; in dhcp_send_request_packet()
1044 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
A Ddns.c59 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
A Dtftp.c354 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
A Dnfs.c211 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in rpc_req()
/u-boot/drivers/net/
A Dnetconsole.c128 pkt = (uchar *)net_tx_packet + net_eth_hdr_size() + in nc_start()
214 pkt = (uchar *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in nc_send_packet()
/u-boot/include/
A Dnet.h547 extern uchar *net_tx_packet; /* THE transmit packet */

Completed in 26 milliseconds