Searched refs:hbh (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/netinet6/
H A Dip6_input.c376 struct ip6_hbh *hbh; local
409 hbh = (struct ip6_hbh *)(ip6 + 1);
411 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
413 if (hbh == NULL) {
418 *nxt = hbh->ip6h_nxt;
940 struct ip6_hbh *hbh; local
944 IP6_EXTHDR_CHECK(m, off, sizeof(*hbh), -1);
945 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
946 hbhlen = (hbh->ip6h_len + 1) << 3;
949 hbh
1301 struct ip6_hbh *hbh; local
[all...]
H A Dip6_output.c437 * IPv6 hbh dest1 rthdr ah* [esp* dest2 payload]
463 * result: IPv6 hbh dest1 rthdr dest2 payload
761 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); local
766 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
777 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1),
778 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1126 struct ip6_hbh *hbh; local
1140 * XXX: give up if the whole (new) hbh header does
1170 hbh = mtod(mopt, struct ip6_hbh *);
1171 hbh
2786 struct ip6_hbh *hbh; local
[all...]
H A Dmld6.c252 struct ip6_hbh hbh; member in struct:mld_raopt
261 .hbh = { 0, 0 },
3261 mld_po.ip6po_hbh = &mld_ra.hbh;
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-icmp6.c1187 const struct ip6_hbh *hbh; local
1220 hbh = (struct ip6_hbh *)bp;
1221 if (!ND_TTEST(hbh->ip6h_len))
1223 nh = hbh->ip6h_nxt;
1224 hlen = (hbh->ip6h_len + 1) << 3;

Completed in 138 milliseconds