Home | History | Annotate | Download | only in ping6

Lines Matching refs:ext

1745 	struct ip6_hbh *ext;
1755 ext = (struct ip6_hbh *)extbuf;
1756 extlen = (ext->ip6h_len + 1) * 8;
1757 printf("nxt %u, len %u (%lu bytes)\n", ext->ip6h_nxt,
1758 (unsigned int)ext->ip6h_len, (unsigned long)extlen);