Searched refs:ip6_hbh (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dip6.h117 struct ip6_hbh { struct
H A Dprint-ip6opts.c294 const struct ip6_hbh *dp = (struct ip6_hbh *)bp;
H A Dprint-icmp6.c600 struct ip6_hbh *hbh;
633 hbh = (struct ip6_hbh *)bp;
/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c331 struct ip6_hbh *hbh;
364 hbh = (struct ip6_hbh *)(ip6 + 1);
366 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
367 sizeof(struct ip6_hbh));
1076 struct ip6_hbh *hbh;
1081 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1085 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1087 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1088 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh));
1094 IP6_EXTHDR_GET(hbh, struct ip6_hbh *,
[all...]
H A Dip6_output.c739 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
756 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1098 struct ip6_hbh *hbh;
1142 hbh = mtod(mopt, struct ip6_hbh *);
2615 struct ip6_hbh *hbh;
2636 if (len < sizeof(struct ip6_hbh))
2638 hbh = (struct ip6_hbh *)buf;
H A Dip6_var.h146 struct ip6_hbh *ip6po_hbh; /* Hop-by-Hop options header */
H A Dmld6.c253 struct ip6_hbh hbh;
/freebsd-10.3-release/lib/libc/net/
H A Dip6opt.c524 optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1);
573 optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1);
/freebsd-10.3-release/sys/net/
H A Dflowtable.c349 PULLUP_TO(hlen, ulp, struct ip6_hbh);
350 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
351 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
369 PULLUP_TO(hlen, ulp, struct ip6_hbh);
370 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
371 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-10.3-release/sys/netinet/
H A Dip6.h122 struct ip6_hbh { struct
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1049 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1051 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1052 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
1105 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1107 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1108 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c1785 struct ip6_hbh *ext;
1794 ext = (struct ip6_hbh *)extbuf;
2571 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3;
2572 nh = ((struct ip6_hbh *)cp)->ip6h_nxt;

Completed in 191 milliseconds