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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c2415 struct in6_addr redtgt6; local
2441 redtgt6 = nd_rd->nd_rd_target;
2444 if (in6_setscope(&redtgt6, m->m_pkthdr.rcvif, NULL) ||
2480 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2494 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2503 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2514 icmp6_redirect_diag(&src6, &reddst6, &redtgt6)));
2519 if (IN6_IS_ADDR_LINKLOCAL(&redtgt6))
2521 if (bcmp(&redtgt6, &reddst6, sizeof(redtgt6))
[all...]

Completed in 9 milliseconds