Searched refs:net_set_ip_header (Results 1 - 5 of 5) sorted by last modified time

/u-boot/test/cmd/
H A Dwget.c81 net_set_ip_header((uchar *)tcp_send,
145 net_set_ip_header((uchar *)tcp_send,
/u-boot/net/
H A Dtcp.c350 net_set_ip_header((uchar *)&b->ip, net_server_ip, net_ip,
H A Dnet.c1641 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source, function
1679 net_set_ip_header(pkt, dest, net_ip, IP_UDP_HDR_SIZE + len,
H A Dping.c29 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP);
/u-boot/include/
H A Dnet.h575 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source,

Completed in 69 milliseconds