Searched refs:rtin (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c115 struct ip6_rthdr0 *rtin, *rtout; local
121 rtin = (struct ip6_rthdr0 *)in;
124 if (rtout->ip6r0_type != 0 || rtin->ip6r0_type != 0 ||
126 rtin->ip6r0_len > MAX_RTHDR0_SEGMENTS * 2 ||
127 rtout->ip6r0_len != rtin->ip6r0_len)
130 segments = rtin->ip6r0_len / 2;
134 rtin_addrs = (struct in6_addr *)((char *)rtin + sizeof (*rtin));

Completed in 94 milliseconds