Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/
H A Dprint-ip6opts.c181 const struct ip6_hbh *dp = (struct ip6_hbh *)bp; in hbhopt_print()
H A Dip6.h113 struct ip6_hbh { struct
H A Dprint-icmp6.c1198 const struct ip6_hbh *hbh; in get_upperlayer()
1231 hbh = (struct ip6_hbh *)bp; in get_upperlayer()
/minix3/sys/netinet/
H A Dip6.h136 struct ip6_hbh { struct
/minix3/lib/libc/net/
H A Dip6opt.c572 optp = (uint8_t *)(void *)((struct ip6_hbh *)extbuf + 1); in inet6_opt_next()
623 optp = (uint8_t *)(void *)((struct ip6_hbh *)extbuf + 1); in inet6_opt_find()
/minix3/sys/netinet6/
H A Dip6_var.h142 struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */
/minix3/sbin/ping6/
H A Dping6.c1738 struct ip6_hbh *ext; in pr_ip6opt()
1748 ext = (struct ip6_hbh *)extbuf; in pr_ip6opt()
2475 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3; in pr_retip()
2476 nh = ((struct ip6_hbh *)cp)->ip6h_nxt; in pr_retip()