Searched refs:net_set_ip_header (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/net/ |
H A D | ping.c | 27 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
|
H A D | net.c | 1503 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source, in net_set_ip_header() function 1541 net_set_ip_header(pkt, dest, net_ip, IP_UDP_HDR_SIZE + len, in net_set_udp_header()
|
/openbmc/u-boot/include/ |
H A D | net.h | 588 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source,
|