Searched refs:nd_rd_dst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/netinet6/ |
| D | icmp6.c | 2246 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input() 2531 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output() 2532 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output() 2537 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output() 2538 sizeof(nd_rd->nd_rd_dst)); in icmp6_redirect_output() 2673 in6_clearscope(&nd_rd->nd_rd_dst); in icmp6_redirect_output()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-icmp6.c | 264 struct in6_addr nd_rd_dst; /* destination address */ member 1089 ND_TCHECK(RDR(dp)->nd_rd_dst); in icmp6_print() 1090 ND_PRINT((ndo,", %s", ip6addr_string(ndo, &RDR(dp)->nd_rd_dst))); in icmp6_print()
|
| /freebsd-12-stable/sys/netinet/ |
| D | icmp6.h | 285 struct in6_addr nd_rd_dst; /* destination address */ member
|
| /freebsd-12-stable/sbin/ping6/ |
| D | ping6.c | 2450 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf, in pr_icmph()
|