Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Dip6_var.h247 #define IPV6_FORWARDING 0x02 /* most of IPv6 header exists */ macro
H A Dip6_output.c552 if ((flags & IPV6_FORWARDING) == 0) { in ip6_output()
596 (flags & IPV6_FORWARDING) == 0 && in ip6_output()
667 if (ip6_mrouter && (flags & IPV6_FORWARDING) == 0) { in ip6_output()
H A Dip6_mroute.c1566 error = ip6_output(mb_copy, NULL, &ro, IPV6_FORWARDING, in phyint_send()
/netbsd-src/sys/net/npf/
H A Dnpf_sendpkt.c207 return ip6_output(m, NULL, NULL, IPV6_FORWARDING, NULL, NULL, NULL); in npf_return_tcp()