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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c780 struct ip6_hbh *hbh; local
815 hbh = (struct ip6_hbh *)(ip6 + 1);
817 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
819 if (hbh == NULL) {
825 nxt = hbh->ip6h_nxt;
1044 struct ip6_hbh *hbh; local
1049 IP6_EXTHDR_CHECK(m, off, sizeof(*hbh), return -1);
1050 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1051 hbhlen = (hbh->ip6h_len + 1) << 3;
1054 hbh
1363 struct ip6_hbh *hbh; local
[all...]
H A Dmld6.c126 struct ip6_hbh *hbh = (struct ip6_hbh *)hbh_buf; local
136 hbh->ip6h_len = 0; /* (8 >> 3) - 1 */
146 ip6_opts.ip6po_hbh = hbh;
H A Dip6_output.c334 * IPv6 hbh dest1 rthdr ah* [esp* dest2 payload]
374 * result: IPv6 hbh dest1 rthdr dest2 payload
945 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); local
950 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
962 (u_int8_t *)(hbh + 1),
963 ((hbh->ip6h_len + 1) << 3) -
1240 struct ip6_hbh *hbh; local
1254 * XXX: give up if the whole (new) hbh header does
1291 hbh = mtod(mopt, struct ip6_hbh *);
1292 hbh
2537 struct ip6_hbh *hbh; local
[all...]

Completed in 35 milliseconds