Searched defs:rthdr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c61 * Initializes rthdr structure. Verifies the segments against the length of
69 struct ip6_rthdr0 *rthdr; local
79 rthdr = (struct ip6_rthdr0 *)bp;
80 rthdr->ip6r0_nxt = 0;
81 rthdr->ip6r0_len = (segments * 2);
82 rthdr->ip6r0_type = type;
83 rthdr->ip6r0_segleft = 0; /* Incremented by rthdr_add */
84 *(uint32_t *)&rthdr->ip6r0_reserved = 0;
95 struct ip6_rthdr0 *rthdr; local
98 rthdr
150 struct ip6_rthdr0 *rthdr; local
171 struct ip6_rthdr0 *rthdr; local
[all...]

Completed in 20 milliseconds