Searched refs:IPV6_FORWARDING (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 263 #define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */ macro
|
| H A D | ip6_output.c | 794 if ((flags & IPV6_FORWARDING) == 0) { in ip6_output() 913 if (V_ip6_mrouter && (flags & IPV6_FORWARDING) == 0) { in ip6_output()
|
| H A D | ip6_mroute.c | 1568 error = ip6_output(mb_copy, NULL, NULL, IPV6_FORWARDING, &im6o, in phyint_send()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 263 #define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */ macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_io.c | 792 ip6_output(m, NULL, NULL, IPV6_FORWARDING, NULL, NULL, NULL); in dummynet_send()
|