Searched refs:reddst6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dicmp6.c2361 struct in6_addr reddst6; local
2387 reddst6 = nd_rd->nd_rd_dst;
2390 in6_setscope(&reddst6, m->m_pkthdr.rcvif, NULL)) {
2417 bcopy(&reddst6, &sin6.sin6_addr, sizeof(reddst6));
2426 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2438 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2445 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2451 if (IN6_IS_ADDR_MULTICAST(&reddst6)) {
2455 icmp6_redirect_diag(&src6, &reddst6,
[all...]

Completed in 92 milliseconds