Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c1003 int rthlen; in icmp6_notify_error() local
1055 rthlen = (rth->ip6r_len + 1) << 3; in icmp6_notify_error()
1069 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()
1075 eoff, rthlen); in icmp6_notify_error()
1087 eoff += rthlen; in icmp6_notify_error()
H A Dip6_output.c4023 int rthlen; in ip6_setpktopt() local
4035 rthlen = (rth->ip6r_len + 1) << 3; in ip6_setpktopt()
4036 if (len != rthlen) { in ip6_setpktopt()
4059 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()
4063 bcopy(rth, trth, rthlen); in ip6_setpktopt()