Searched refs:rthlen (Results 1 – 2 of 2) sorted by relevance
933 int rthlen; in icmp6_notify_error() local978 rthlen = (rth->ip6r_len + 1) << 3; in icmp6_notify_error()991 if (m->m_len < eoff + rthlen) { in icmp6_notify_error()992 m = m_pullup(m, eoff + rthlen); in icmp6_notify_error()1008 eoff += rthlen; in icmp6_notify_error()
3200 int rthlen; in ip6_setpktopt() local3211 rthlen = (rth->ip6r_len + 1) << 3; in ip6_setpktopt()3212 if (len != rthlen) in ip6_setpktopt()3230 opt->ip6po_rthdr = malloc(rthlen, M_IP6OPT, M_NOWAIT); in ip6_setpktopt()3233 bcopy(rth, opt->ip6po_rthdr, rthlen); in ip6_setpktopt()