Home | History | Annotate | Download | only in netinet6

Lines Matching defs:hbhlen

861 	int off = *offp, hbhlen;
871 hbhlen = (hbh->ip6h_len + 1) << 3;
873 hbhlen);
879 off += hbhlen;
880 hbhlen -= sizeof(struct ip6_hbh);
883 hbhlen, rtalertp, plenp) < 0)
899 * opthead + hbhlen is located in continuous memory region.
902 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen,
912 for (; hbhlen > 0; hbhlen -= optlen, opt += optlen) {
918 if (hbhlen < IP6OPT_MINLEN) {
926 if (hbhlen < IP6OPT_RTALERT_LEN) {
943 if (hbhlen < IP6OPT_JUMBO_LEN) {
1008 if (hbhlen < IP6OPT_MINLEN) {
1140 int hbhlen;
1150 hbhlen = (hbh->ip6h_len + 1) << 3;
1151 if (hbhlen != ext->m_len) {
1163 *mp = sbcreatecontrol(hbh, hbhlen,