Home
last modified time | relevance | path

Searched refs:icmp_hdr (Results 1 – 5 of 5) sorted by relevance

/u-boot/net/
A Dping.c27 struct icmp_hdr *icmp = (struct icmp_hdr *)(pkt + IP_HDR_SIZE); in set_icmp_header()
81 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in ping_receive()
A Dnet.c1050 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in receive_icmp()
/u-boot/drivers/net/
A Dsandbox.c120 struct icmp_hdr *icmp; in sandbox_eth_ping_req_to_reply()
123 struct icmp_hdr *icmpr; in sandbox_eth_ping_req_to_reply()
133 icmp = (struct icmp_hdr *)&ip->udp_src; in sandbox_eth_ping_req_to_reply()
146 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_ping_req_to_reply()
218 struct icmp_hdr *icmpr; in sandbox_eth_recv_ping_req()
241 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_recv_ping_req()
/u-boot/test/dm/
A Deth.c356 struct icmp_hdr *icmp; in sb_check_ping_reply()
368 icmp = (struct icmp_hdr *)&ip->udp_src; in sb_check_ping_reply()
/u-boot/include/
A Dnet.h473 struct icmp_hdr { struct
491 #define ICMP_HDR_SIZE (sizeof(struct icmp_hdr)) argument

Completed in 10 milliseconds