Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dicmp6.c1005 int rthlen; in icmp6_notify_error() local
1057 rthlen = (rth->ip6r_len + 1) << 3; in icmp6_notify_error()
1071 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()
1077 eoff, rthlen); in icmp6_notify_error()
1089 eoff += rthlen; in icmp6_notify_error()
H A Dip6_output.c4070 int rthlen; in ip6_setpktopt() local
4082 rthlen = (rth->ip6r_len + 1) << 3; in ip6_setpktopt()
4083 if (len != rthlen) { in ip6_setpktopt()
4106 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()
4110 bcopy(rth, trth, rthlen); in ip6_setpktopt()