Searched refs:hbhlen (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c1251 int off = *offp, hbhlen; local
1259 hbhlen = (hbh->ip6h_len + 1) << 3;
1261 IP6_EXTHDR_CHECK(m, off, hbhlen, return -1);
1270 hbhlen = (hbh->ip6h_len + 1) << 3;
1272 hbhlen);
1278 off += hbhlen;
1279 hbhlen -= sizeof(struct ip6_hbh);
1283 hbhlen, rtalertp, plenp) < 0)
1299 * opthead + hbhlen is located in continuous memory region.
1302 ip6_process_hopopts(m, opthead, hbhlen, rtalert
1605 int hbhlen = 0; local
[all...]
H A Dip6_output.c3319 int hbhlen; local
3339 hbhlen = (hbh->ip6h_len + 1) << 3;
3340 if (len != hbhlen)
3345 opt->ip6po_hbh = _MALLOC(hbhlen, M_IP6OPT, M_NOWAIT);
3348 bcopy(hbh, opt->ip6po_hbh, hbhlen);

Completed in 18 milliseconds