Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dicmp6.c932 struct ip6_rthdr0 *rth0; in icmp6_notify_error() local
1000 rth0 = (struct ip6_rthdr0 *) in icmp6_notify_error()
1004 if ((rth0->ip6r0_len % 2) == 0 && in icmp6_notify_error()
1005 (hops = rth0->ip6r0_len/2)) in icmp6_notify_error()
1006 icmp6dst.sin6_addr = *((struct in6_addr *)(rth0 + 1) + (hops - 1)); in icmp6_notify_error()