Searched refs:icmph1 (Results 1 – 1 of 1) sorted by relevance
1645 struct icmp6_hdr *icmph1 = (struct icmp6_hdr *)(iph1+1); in parse_reply() local1663 nexthdr = *(__u8*)icmph1; in parse_reply()1664 icmph1++; in parse_reply()1667 if (icmph1->icmp6_type != ICMP6_ECHO_REQUEST || in parse_reply()1668 !is_ours(icmph1->icmp6_id)) in parse_reply()1670 acknowledge(ntohs(icmph1->icmp6_seq)); in parse_reply()1679 printf("From %s: icmp_seq=%u ", pr_addr(&from->sin6_addr), ntohs(icmph1->icmp6_seq)); in parse_reply()