Home
last modified time | relevance | path

Searched refs:net_set_ip_header (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/net/
H A Dping.c27 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
H A Dnet.c1503 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 Dnet.h588 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source,