Home
last modified time | relevance | path

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

/external/iputils/
Dping6.c1640 struct icmp6_hdr *icmph1 = (struct icmp6_hdr *)(iph1+1); in parse_reply() local
1658 nexthdr = *(__u8*)icmph1; in parse_reply()
1659 icmph1++; in parse_reply()
1662 if (icmph1->icmp6_type != ICMP6_ECHO_REQUEST || in parse_reply()
1663 !is_ours(icmph1->icmp6_id)) in parse_reply()
1665 acknowledge(ntohs(icmph1->icmp6_seq)); in parse_reply()
1674 printf("From %s: icmp_seq=%u ", pr_addr(&from->sin6_addr), ntohs(icmph1->icmp6_seq)); in parse_reply()