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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c1043 int off = *offp, hbhlen; local
1051 hbhlen = (hbh->ip6h_len + 1) << 3;
1053 IP6_EXTHDR_CHECK(m, off, hbhlen, return -1);
1062 hbhlen = (hbh->ip6h_len + 1) << 3;
1064 hbhlen);
1070 off += hbhlen;
1071 hbhlen -= sizeof(struct ip6_hbh);
1075 hbhlen, rtalertp, plenp) < 0)
1091 * opthead + hbhlen is located in continuous memory region.
1094 ip6_process_hopopts(m, opthead, hbhlen, rtalert
1364 int hbhlen = 0; local
[all...]
H A Dip6_output.c2538 int hbhlen; local
2543 hbhlen = (hbh->ip6h_len + 1) << 3;
2544 if (cm->cmsg_len != CMSG_LEN(hbhlen))
2549 _MALLOC(hbhlen, M_IP6OPT, M_WAITOK);
2550 bcopy(hbh, opt->ip6po_hbh, hbhlen);

Completed in 39 milliseconds