Searched refs:net_send_packet (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/net/ |
D | arp.c | 79 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()
|
D | rarp.c | 95 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
|
D | ping.c | 111 net_send_packet(net_tx_packet, eth_hdr_size + len); in ping_receive()
|
D | cdp.c | 218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
|
D | bootp.c | 822 net_send_packet(net_tx_packet, pktlen); in bootp_request() 1031 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
|
D | net.c | 848 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_udp_packet()
|
/external/u-boot/lib/efi_loader/ |
D | efi_net.c | 200 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/ |
D | net.h | 657 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet() function
|