ip6_rthdr0
ch->cmsg_len = CMSG_LEN(sizeof(struct ip6_rthdr0) -
ch->cmsg_len = CMSG_LEN(sizeof(struct ip6_rthdr0));
(void)memset(rthdr, 0, sizeof(struct ip6_rthdr0));
struct ip6_rthdr0 *rt0 = (struct ip6_rthdr0 *)(void *)rthdr;
struct ip6_rthdr0 *rt0 = (struct ip6_rthdr0 *)(void *)rthdr;
const struct ip6_rthdr0 *rt0 =
(const struct ip6_rthdr0 *)(const void *)rthdr;
struct ip6_rthdr0 *rt0 = (struct ip6_rthdr0 *)(void *)rthdr;
const struct ip6_rthdr0 *rt0 = (const struct ip6_rthdr0 *)
struct ip6_rthdr0 *rth0;
rth0 = (struct ip6_rthdr0 *)(void *)rth;
struct ip6_rthdr0 *rth0;
rth0 = (struct ip6_rthdr0 *)(void *)rth;
const struct ip6_rthdr0 *rth0_in;
struct ip6_rthdr0 *rth0_out;
rth0_in = (const struct ip6_rthdr0 *)in;
rth0_out = (struct ip6_rthdr0 *)out;
const struct ip6_rthdr0 *rh0;
rh0 = (const struct ip6_rthdr0 *)bp;
const struct ip6_rthdr0 *rh0;
rh0 = (const struct ip6_rthdr0 *)bp;
sizeof(struct ip6_rthdr0)));
__CTASSERT(sizeof(struct ip6_rthdr0) == 8);