Searched refs:nd_rd_target (Results 1 – 4 of 4) sorted by relevance
2223 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()2499 bcopy(router_ll6, &nd_rd->nd_rd_target, in icmp6_redirect_output()2500 sizeof(nd_rd->nd_rd_target)); in icmp6_redirect_output()2505 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_target, in icmp6_redirect_output()2506 sizeof(nd_rd->nd_rd_target)); in icmp6_redirect_output()2640 in6_clearscope(&nd_rd->nd_rd_target); in icmp6_redirect_output()
287 struct in6_addr nd_rd_target; /* target address */ member
261 nd_ipv6 nd_rd_target; /* target address */ member1238 ND_PRINT(" to %s", GET_IP6ADDR_STRING(p->nd_rd_target)); in icmp6_print()
2393 if (!inet_ntop(AF_INET6, &red->nd_rd_target, ntop_buf, in pr_icmph()