Searched refs:icmp_hdr (Results 1 – 5 of 5) sorted by relevance
27 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()
1050 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in receive_icmp()
120 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()
356 struct icmp_hdr *icmp; in sb_check_ping_reply()368 icmp = (struct icmp_hdr *)&ip->udp_src; in sb_check_ping_reply()
473 struct icmp_hdr { struct491 #define ICMP_HDR_SIZE (sizeof(struct icmp_hdr)) argument
Completed in 10 milliseconds