Home
last modified time | relevance | path

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

/external/iputils/
Dping6.c1642 struct icmp6_hdr *icmph1 = (struct icmp6_hdr *)(iph1+1); in parse_reply() local
1660 nexthdr = *(__u8*)icmph1; in parse_reply()
1661 icmph1++; in parse_reply()
1664 if (icmph1->icmp6_type != ICMP6_ECHO_REQUEST || in parse_reply()
1665 !is_ours(icmph1->icmp6_id)) in parse_reply()
1667 acknowledge(ntohs(icmph1->icmp6_seq)); in parse_reply()
1676 printf("From %s: icmp_seq=%u ", pr_addr(&from->sin6_addr), ntohs(icmph1->icmp6_seq)); in parse_reply()