Searched refs:net_send_ip_packet (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/net/ |
H A D | net.c | 827 return net_send_ip_packet(ether, dest, dport, sport, payload_len, in net_send_udp_packet() 831 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_ip_packet() function
|
/openbmc/u-boot/include/ |
H A D | net.h | 672 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport,
|