Lines Matching defs:taddr6
108 struct in6_addr taddr6;
134 taddr6 = nd_ns->nd_ns_target;
135 if (in6_setscope(&taddr6, ifp, NULL) != 0)
172 if (IN6_IS_ADDR_MULTICAST(&taddr6)) {
218 * Target address (taddr6) must be either:
227 ifa = carp_iamatch6(ifp->if_carp, &taddr6);
241 ifa = (struct ifaddr *)in6ifa_ifpwithaddr_psref(ifp, &taddr6,
244 ifa = (struct ifaddr *)in6ifa_ifpwithaddr_psref(ifp, &taddr6,
253 sockaddr_in6_init(&tsin6, &taddr6, 0, 0, 0);
289 IN6_PRINT(ip6buf, &taddr6),
361 nd6_na_output(ifpc, &in6_all, &taddr6,
370 nd6_na_output(ifp, &saddr6, &taddr6,
386 nd6log(LOG_ERR, "tgt=%s\n", IN6_PRINT(ip6buf, &taddr6));
404 const struct in6_addr *taddr6,
419 if (IN6_IS_ADDR_MULTICAST(taddr6))
469 ip6->ip6_dst.s6_addr32[3] = taddr6->s6_addr32[3];
531 nd_ns->nd_ns_target = *taddr6;
616 struct in6_addr taddr6;
656 taddr6 = nd_na->nd_na_target;
657 if (in6_setscope(&taddr6, ifp, NULL)) {
661 if (IN6_IS_ADDR_MULTICAST(&taddr6)) {
663 IN6_PRINT(ip6buf, &taddr6));
689 IN6_PRINT(ip6buf, &taddr6),
702 ifa = (struct ifaddr *)in6ifa_ifpwithaddr_psref(ifp, &taddr6, &psref_ia);
727 IN6_PRINT(ip6buf, &taddr6));
747 ln = nd6_lookup(&taddr6, ifp, true);
899 const struct in6_addr *taddr6,
993 nd_na->nd_na_target = *taddr6;