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

/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template105 nd6_prproxy.o \
H A Dfiles343 bsd/netinet6/nd6_prproxy.c optional inet6
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c203 u_int32_t nd6_prproxy; variable
218 CTLFLAG_RD | CTLFLAG_LOCKED, &nd6_prproxy, 0,
309 nd6_prproxy++;
313 nd6_prproxy--;
H A Dip6_forward.c221 if (!srcrt && nd6_prproxy) {
H A Dnd6_nbr.c415 if (ifa == NULL && ip6_forwarding && nd6_prproxy) {
430 if (ip6_forwarding && nd6_prproxy)
980 if (ip6_forwarding && nd6_prproxy)
990 if (!ip6_forwarding || !ip6_doscopedroute || !nd6_prproxy)
H A Dnd6.h853 /* nd6_prproxy.c */
855 extern u_int32_t nd6_prproxy;
H A Dip6_input.c799 } else if (!nd6_prproxy
1049 if (!ours && nd6_prproxy) {
H A Din6_src.c742 if (ifa == NULL && ip6_forwarding && nd6_prproxy) {

Completed in 36 milliseconds