Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Drthdr.c343 struct ip6_rthdr0 *rth0_in, *rth0_out; in inet6_rth_reverse() local
349 rth0_out = (struct ip6_rthdr0 *)out; in inet6_rth_reverse()
357 memmove((void *)rth0_out, (void *)rth0_in, in inet6_rth_reverse()
359 rth0_out->ip6r0_segleft = segments; in inet6_rth_reverse()
365 addr1 = (struct in6_addr *)(rth0_out + 1) + i; in inet6_rth_reverse()
366 addr2 = (struct in6_addr *)(rth0_out + 1) + in inet6_rth_reverse()