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

/freebsd-10-stable/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-stable/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.c761 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
778 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1120 struct ip6_hbh *hbh;
1164 hbh = mtod(mopt, struct ip6_hbh *);
2637 struct ip6_hbh *hbh;
2658 if (len < sizeof(struct ip6_hbh))
2660 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-stable/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-stable/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-stable/sys/netinet/
H A Dip6.h122 struct ip6_hbh { struct
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1051 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1053 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1054 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
1107 PULLUP_TO(hlen, ulp, struct ip6_hbh);
1109 hlen += (((struct ip6_hbh *)ulp)->ip6h_len + 1) << 3;
1110 proto = ((struct ip6_hbh *)ulp)->ip6h_nxt;
/freebsd-10-stable/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 171 milliseconds