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);
240 ifa = (struct ifaddr *)in6ifa_ifpwithaddr_psref(ifp, &taddr6,
243 ifa = (struct ifaddr *)in6ifa_ifpwithaddr_psref(ifp, &taddr6,
252 sockaddr_in6_init(&tsin6, &taddr6, 0, 0, 0);
288 IN6_PRINT(ip6buf, &taddr6),
360 nd6_na_output(ifpc, &in6_all, &taddr6,
369 nd6_na_output(ifp, &saddr6, &taddr6,
385 nd6log(LOG_ERR, "tgt=%s\n", IN6_PRINT(ip6buf, &taddr6));
403 const struct in6_addr *taddr6,
418 if (IN6_IS_ADDR_MULTICAST(taddr6))
468 ip6->ip6_dst.s6_addr32[3] = taddr6->s6_addr32[3];
530 nd_ns->nd_ns_target = *taddr6;
615 struct in6_addr taddr6;
655 taddr6 = nd_na->nd_na_target;
656 if (in6_setscope(&taddr6, ifp, NULL)) {
660 if (IN6_IS_ADDR_MULTICAST(&taddr6)) {
662 IN6_PRINT(ip6buf, &taddr6));
688 IN6_PRINT(ip6buf, &taddr6),
701 ifa = (struct ifaddr *)in6ifa_ifpwithaddr_psref(ifp, &taddr6, &psref_ia);
726 IN6_PRINT(ip6buf, &taddr6));
746 ln = nd6_lookup(&taddr6, ifp, true);
898 const struct in6_addr *taddr6,
992 nd_na->nd_na_target = *taddr6;