sin6_dst          332 net/radix_mpath.c 		struct sockaddr_in6 *sin6_dst;
sin6_dst          334 net/radix_mpath.c 		sin6_dst = (struct sockaddr_in6 *)&ro->ro_dst;
sin6_dst          335 net/radix_mpath.c 		a += sin6_dst->sin6_addr.s6_addr32[0];
sin6_dst          336 net/radix_mpath.c 		b += sin6_dst->sin6_addr.s6_addr32[2];
sin6_dst          339 net/radix_mpath.c 		a += sin6_dst->sin6_addr.s6_addr32[1];
sin6_dst          340 net/radix_mpath.c 		b += sin6_dst->sin6_addr.s6_addr32[3];
sin6_dst          343 net/radix_mpath.c 		a += sin6_dst->sin6_addr.s6_addr32[2];
sin6_dst          344 net/radix_mpath.c 		b += sin6_dst->sin6_addr.s6_addr32[1];
sin6_dst          347 net/radix_mpath.c 		a += sin6_dst->sin6_addr.s6_addr32[3];
sin6_dst          348 net/radix_mpath.c 		b += sin6_dst->sin6_addr.s6_addr32[0];
sin6_dst           80 netinet6/in6_gif.c 	struct sockaddr_in6 *sin6_dst = (struct sockaddr_in6 *)sc->gif_pdst;
sin6_dst           86 netinet6/in6_gif.c 	if (sin6_src == NULL || sin6_dst == NULL ||
sin6_dst           88 netinet6/in6_gif.c 	    sin6_dst->sin6_family != AF_INET6) {
sin6_dst          101 netinet6/in6_gif.c 	tdb.tdb_dst.sin6.sin6_addr = sin6_dst->sin6_addr;
sin6_dst          143 netinet6/in6_gif.c 	if (dst->sin6_family != sin6_dst->sin6_family ||
sin6_dst          144 netinet6/in6_gif.c 	     !IN6_ARE_ADDR_EQUAL(&dst->sin6_addr, &sin6_dst->sin6_addr)) {
sin6_dst          147 netinet6/in6_gif.c 		dst->sin6_family = sin6_dst->sin6_family;
sin6_dst          149 netinet6/in6_gif.c 		dst->sin6_addr = sin6_dst->sin6_addr;