Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c117 struct ip6_rthdr0 *rtin, *rtout; in inet6_rth_reverse() local
124 rtout = (struct ip6_rthdr0 *)out; in inet6_rth_reverse()
126 if (rtout->ip6r0_type != 0 || rtin->ip6r0_type != 0 || in inet6_rth_reverse()
127 rtout->ip6r0_len > MAX_RTHDR0_SEGMENTS * 2 || in inet6_rth_reverse()
129 rtout->ip6r0_len != rtin->ip6r0_len) in inet6_rth_reverse()
133 rtout_addrs = (struct in6_addr *)((char *)rtout + sizeof (*rtout)); in inet6_rth_reverse()
140 rtout->ip6r0_segleft = segments; in inet6_rth_reverse()