Searched refs:net_set_ip_header (Results 1 – 3 of 3) sorted by relevance
/u-boot/net/ |
A D | ping.c | 29 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
|
A D | net.c | 1476 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source, in net_set_ip_header() function 1514 net_set_ip_header(pkt, dest, net_ip, IP_UDP_HDR_SIZE + len, in net_set_udp_header()
|
/u-boot/include/ |
A D | net.h | 619 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source,
|
Completed in 8 milliseconds