Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c115 struct ip6_rthdr0 *rtin, *rtout; in inet6_rth_reverse() local
122 rtout = (struct ip6_rthdr0 *)out; in inet6_rth_reverse()
124 if (rtout->ip6r0_type != 0 || rtin->ip6r0_type != 0 || in inet6_rth_reverse()
125 rtout->ip6r0_len > MAX_RTHDR0_SEGMENTS * 2 || in inet6_rth_reverse()
127 rtout->ip6r0_len != rtin->ip6r0_len) in inet6_rth_reverse()
131 rtout_addrs = (struct in6_addr *)((char *)rtout + sizeof (*rtout)); in inet6_rth_reverse()
138 rtout->ip6r0_segleft = segments; in inet6_rth_reverse()