Home
last modified time | relevance | path

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

/external/u-boot/net/
Darp.c79 net_send_packet(arp_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_raw_request()
186 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
222 net_send_packet(net_tx_packet, arp_wait_tx_packet_size); in arp_receive()
Drarp.c95 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
Dping.c111 net_send_packet(net_tx_packet, eth_hdr_size + len); in ping_receive()
Dcdp.c218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
Dbootp.c822 net_send_packet(net_tx_packet, pktlen); in bootp_request()
1031 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
Dnet.c848 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_udp_packet()
/external/u-boot/lib/efi_loader/
Defi_net.c200 net_send_packet(efi_bounce_buffer, buffer_size); in efi_net_transmit()
202 net_send_packet(buffer, buffer_size); in efi_net_transmit()
/external/u-boot/include/
Dnet.h657 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function