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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c945 struct ip6_hbh *hbh; local
978 hbh = (struct ip6_hbh *)(ip6 + 1);
980 IP6_EXTHDR_GET(hbh, struct ip6_hbh *, m, sizeof(struct ip6_hdr),
982 if (hbh == NULL) {
987 nxt = hbh->ip6h_nxt;
1252 struct ip6_hbh *hbh; local
1257 IP6_EXTHDR_CHECK(m, off, sizeof(*hbh), return -1);
1258 hbh = (struct ip6_hbh *)(mtod(m, caddr_t) + off);
1259 hbhlen = (hbh->ip6h_len + 1) << 3;
1262 hbh
1604 struct ip6_hbh *hbh; local
[all...]
H A Dip6_output.c566 * IPv6 hbh dest1 rthdr ah* [esp* dest2 payload]
606 * result: IPv6 hbh dest1 rthdr dest2 payload
1199 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); local
1203 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len)
1214 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1),
1215 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh),
1633 struct ip6_hbh *hbh; local
1647 * XXX: give up if the whole (new) hbh header does
1684 hbh = mtod(mopt, struct ip6_hbh *);
1685 hbh
3318 struct ip6_hbh *hbh; local
[all...]
H A Dmld6.c296 struct ip6_hbh hbh; member in struct:mld_raopt
305 .hbh = { 0, 0 },
3457 mld_po.ip6po_hbh = &mld_ra.hbh;

Completed in 19 milliseconds