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

/freebsd-10-stable/sys/netinet6/
H A Dip6_var.h293 #define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */ macro
H A Dip6_output.c559 if ((flags & IPV6_FORWARDING) == 0) {
678 * IPV6_FORWARDING flag to prevent infinite recursion.
684 if (V_ip6_mrouter && (flags & IPV6_FORWARDING) == 0) {
H A Dip6_mroute.c1553 error = ip6_output(mb_copy, NULL, NULL, IPV6_FORWARDING, &im6o,
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c756 ip6_output(m, NULL, NULL, IPV6_FORWARDING, NULL, NULL, NULL);

Completed in 69 milliseconds