Lines Matching defs:hbh
572 * IPv6 hbh dest1 rthdr ah* [esp* dest2 payload].
599 * Result: IPv6 hbh dest1 rthdr dest2 payload.
986 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *);
991 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
1002 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1),
1003 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1357 struct ip6_hbh *hbh;
1371 * XXX: give up if the whole (new) hbh header does
1401 hbh = mtod(mopt, struct ip6_hbh *);
1402 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
1711 * receiving ANY hbh/dst options in order to avoid
3077 struct ip6_hbh *hbh;
3099 hbh = (struct ip6_hbh *)buf;
3100 hbhlen = (hbh->ip6h_len + 1) << 3;
3109 bcopy(hbh, opt->ip6po_hbh, hbhlen);