Searched refs:icmpr (Results 1 – 2 of 2) sorted by relevance
122 struct icmp_hdr *icmpr; in sb_eth_send() local130 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sb_eth_send()143 icmpr->type = ICMP_ECHO_REPLY; in sb_eth_send()144 icmpr->checksum = 0; in sb_eth_send()145 icmpr->checksum = compute_ip_checksum(icmpr, in sb_eth_send()
31 u32 icmpr; member