Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/net/
HDrthdr.c344 struct ip6_rthdr0 *rth0_in, *rth0_out; in inet6_rth_reverse() local
350 rth0_out = (struct ip6_rthdr0 *)out; in inet6_rth_reverse()
358 memmove((void *)rth0_out, (void *)rth0_in, in inet6_rth_reverse()
360 rth0_out->ip6r0_segleft = segments; in inet6_rth_reverse()
366 addr1 = (struct in6_addr *)(rth0_out + 1) + i; in inet6_rth_reverse()
367 addr2 = (struct in6_addr *)(rth0_out + 1) + in inet6_rth_reverse()