Home
last modified time | relevance | path

Searched refs:rthlen (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dicmp6.c933 int rthlen; in icmp6_notify_error() local
978 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()
H A Dip6_output.c3200 int rthlen; in ip6_setpktopt() local
3211 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()