Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c4058 int rthlen; in ip6_setpktopt() local
4070 rthlen = (rth->ip6r_len + 1) << 3; in ip6_setpktopt()
4071 if (len != rthlen) { in ip6_setpktopt()
4094 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()
4098 bcopy(rth, trth, rthlen); in ip6_setpktopt()