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

/freebsd-10.0-release/sys/netinet6/
H A Dip6_input.c355 struct ip6_hbh *hbh;
388 hbh = (struct ip6_hbh *)(ip6 + 1);
390 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
391 sizeof(struct ip6_hbh));
1089 struct ip6_hbh *hbh;
1095 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1099 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1101 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m,
1102 sizeof(struct ip6_hdr), sizeof(struct ip6_hbh));
1108 IP6_EXTHDR_GET(hbh, struct ip6_hbh *,
[all...]
H A Dip6_output.c850 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
867 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1264 struct ip6_hbh *hbh;
1308 hbh = mtod(mopt, struct ip6_hbh *);
2781 struct ip6_hbh *hbh;
2802 if (len < sizeof(struct ip6_hbh))
2804 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.0-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.0-release/lib/libc/net/
H A Dip6opt.c512 optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1);
561 optp = (u_int8_t *)((struct ip6_hbh *)extbuf + 1);
/freebsd-10.0-release/sys/netinet/
H A Dip6.h122 struct ip6_hbh { struct
/freebsd-10.0-release/sys/net/
H A Dflowtable.c695 PULLUP_TO(hlen, ulp, struct ip6_hbh);
696 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
697 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
715 PULLUP_TO(hlen, ulp, struct ip6_hbh);
716 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
717 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c1048 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1050 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1051 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
1104 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1106 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1107 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c1816 struct ip6_hbh *ext;
1825 ext = (struct ip6_hbh *)extbuf;
2612 hlen = (((struct ip6_hbh *)cp)->ip6h_len+1) << 3;
2613 nh = ((struct ip6_hbh *)cp)->ip6h_nxt;

Completed in 160 milliseconds