Searched refs:net_send_packet (Results 1 – 10 of 10) sorted by relevance
/u-boot/net/ |
A D | arp.c | 82 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 D | rarp.c | 96 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
|
A D | ping.c | 114 net_send_packet(tx_packet, eth_hdr_size + len); in ping_receive()
|
A D | cdp.c | 218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
|
A D | bootp.c | 835 net_send_packet(net_tx_packet, pktlen); in bootp_request() 1044 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
|
A D | net.c | 873 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_ip_packet()
|
/u-boot/common/ |
A D | log_syslog.c | 104 net_send_packet((uchar *)msg, ptr - msg); in log_syslog_emit()
|
/u-boot/include/ |
A D | net.h | 687 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function
|
/u-boot/lib/efi_loader/ |
A D | efi_net.c | 555 net_send_packet(transmit_buffer, buffer_size); in efi_net_transmit()
|
/u-boot/drivers/net/phy/ |
A D | ncsi.c | 565 net_send_packet(start, final_len); in ncsi_send_command()
|
Completed in 15 milliseconds