Symbol: ip6_hbh
lib/libc/net/ip6opt.c
517
optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1);
lib/libc/net/ip6opt.c
566
optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1);
sbin/ping/ping6.c
1856
struct ip6_hbh *ext;
sbin/ping/ping6.c
1865
ext = (struct ip6_hbh *)extbuf;
sbin/ping/ping6.c
2569
hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3;
sbin/ping/ping6.c
2570
nh = ((struct ip6_hbh *)cp)->ip6h_nxt;
sys/netinet6/ip6_input.c
1015
const int erroff = sizeof(struct ip6_hdr) + sizeof(struct ip6_hbh);
sys/netinet6/ip6_input.c
1366
struct ip6_hbh *hbh;
sys/netinet6/ip6_input.c
1369
hbh = (struct ip6_hbh *)(ip6 + 1);
sys/netinet6/ip6_input.c
415
struct ip6_hbh *hbh;
sys/netinet6/ip6_input.c
443
hbh = (struct ip6_hbh *)(ip6 + 1);
sys/netinet6/ip6_input.c
962
struct ip6_hbh *hbh;
sys/netinet6/ip6_input.c
973
hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
sys/netinet6/ip6_input.c
984
hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
sys/netinet6/ip6_input.c
986
hbhlen -= sizeof(struct ip6_hbh);
sys/netinet6/ip6_input.c
987
if (ip6_process_hopopts(m, (u_int8_t *)hbh + sizeof(struct ip6_hbh),
sys/netinet6/ip6_output.c
2949
struct ip6_hbh *hbh;
sys/netinet6/ip6_output.c
2969
if (len < sizeof(struct ip6_hbh))
sys/netinet6/ip6_output.c
2971
hbh = (struct ip6_hbh *)buf;
sys/netinet6/ip6_output.c
971
struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
sys/netinet6/ip6_output.c
987
((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
sys/netinet6/ip6_var.h
182
struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */
sys/netinet6/mld6.c
255
struct ip6_hbh hbh;
sys/netpfil/ipfw/ip_fw2.c
1654
PULLUP_TO(hlen, ulp, struct ip6_hbh);
sys/netpfil/ipfw/ip_fw2.c
1656
hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
sys/netpfil/ipfw/ip_fw2.c
1657
proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
sys/netpfil/ipfw/ip_fw2.c
1710
PULLUP_TO(hlen, ulp, struct ip6_hbh);
sys/netpfil/ipfw/ip_fw2.c
1712
hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
sys/netpfil/ipfw/ip_fw2.c
1713
proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
sys/netpfil/ipfw/nat64/nat64_translate.c
1184
struct ip6_hbh *hbh;
sys/netpfil/ipfw/nptv6/nptv6.c
114
struct ip6_hbh *hbh;
sys/netpfil/ipfw/pmod/tcpmod.c
123
struct ip6_hbh *hbh;