Home
last modified time | relevance | path

Searched refs:net_send_packet (Results 1 – 10 of 10) sorted by relevance

/u-boot/net/
A Darp.c82 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request()
191 net_send_packet(tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
227 net_send_packet(net_tx_packet, arp_wait_tx_packet_size); in arp_receive()
A Drarp.c96 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
A Dping.c114 net_send_packet(tx_packet, eth_hdr_size + len); in ping_receive()
A Dcdp.c218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
A Dbootp.c835 net_send_packet(net_tx_packet, pktlen); in bootp_request()
1044 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
A Dnet.c873 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_ip_packet()
/u-boot/common/
A Dlog_syslog.c104 net_send_packet((uchar *)msg, ptr - msg); in log_syslog_emit()
/u-boot/include/
A Dnet.h687 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function
/u-boot/lib/efi_loader/
A Defi_net.c555 net_send_packet(transmit_buffer, buffer_size); in efi_net_transmit()
/u-boot/drivers/net/phy/
A Dncsi.c565 net_send_packet(start, final_len); in ncsi_send_command()

Completed in 15 milliseconds