Home
last modified time | relevance | path

Searched refs:ip6_forwarding (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/netinet6/
H A Dip6_input.c529 if (ip6_forwarding == 0 && rt->rt_ifidx != ifp->if_index && in ip6_input_if()
585 if (!ip6_forwarding) { in ip6_input_if()
683 if (rtalert != ~0 && ip6_forwarding && oursp != NULL) in ip6_hbhchcheck()
1438 { IPV6CTL_FORWARDING, &ip6_forwarding, 0, 1 },
H A Din6_proto.c346 int ip6_forwarding = 0; /* no forwarding unless sysctl'd to enable */ variable
H A Dip6_var.h278 extern int ip6_forwarding; /* act as router? */
H A Dnd6_nbr.c111 int router = ip6_forwarding; in nd6_ns_input()
687 if (rt == NULL && ip6_forwarding == 1) { in nd6_na_input()
840 if (!ip6_forwarding) { in nd6_na_input()
H A Dicmp6.c1244 if (ip6_forwarding) in icmp6_redirect_input()
1445 if (!ip6_forwarding) in icmp6_redirect_output()
H A Dnd6.c674 if (!ip6_forwarding) { in nd6_free()
/openbsd/sys/netinet/
H A Dip_carp.c1299 (ip6_forwarding ? ND_NA_FLAG_ROUTER : 0), 1, NULL); in carp_send_na()
/openbsd/sys/net/
H A Dif.c3381 if (!ip6_forwarding) { in ifnewlladdr()
H A Dpf.c7977 if (ip6_forwarding == 0) { in pf_test()