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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c2416 struct in6_addr reddst6; local
2442 reddst6 = nd_rd->nd_rd_dst;
2445 in6_setscope(&reddst6, m->m_pkthdr.rcvif, NULL)) {
2471 bcopy(&reddst6, &sin6.sin6_addr, sizeof(reddst6));
2480 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2494 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2503 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2510 if (IN6_IS_ADDR_MULTICAST(&reddst6)) {
2514 icmp6_redirect_diag(&src6, &reddst6,
[all...]

Completed in 22 milliseconds