Searched refs:IPV6_FORWARDING (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/netinet6/ |
| HD | ip6_var.h | 270 #define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */ macro
|
| HD | ip6_output.c | 578 if ((flags & IPV6_FORWARDING) == 0) { in ip6_output() 683 if (V_ip6_mrouter && (flags & IPV6_FORWARDING) == 0) { in ip6_output()
|
| HD | ip6_mroute.c | 1574 error = ip6_output(mb_copy, NULL, NULL, IPV6_FORWARDING, &im6o, in phyint_send()
|
| /NextBSD/sys/netpfil/ipfw/ |
| HD | ip_dn_io.c | 771 ip6_output(m, NULL, NULL, IPV6_FORWARDING, NULL, NULL, NULL); in dummynet_send()
|