Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_output.c362 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
370 if ((flags & IP_FORWARDING) == 0) in ip_output()
596 * IP_FORWARDING flag to prevent infinite recursion. in ip_output()
602 if (V_ip_mrouter && (flags & IP_FORWARDING) == 0) { in ip_output()
776 if (!(flags & IP_FORWARDING) && ia) { in ip_output()
H A Dip_var.h174 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
H A Dip_gre.c543 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL)); in in_gre_output()
H A Dip_input.c1044 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); in ip_forward()
H A Dip_mroute.c1788 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL); in send_packet()
/freebsd/sys/netgraph/
H A Dng_ipfw.c267 return (ip_output(m, NULL, NULL, IP_FORWARDING, in ng_ipfw_rcvdata()
/freebsd/sys/net/
H A Dif_me.c632 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in me_transmit()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c807 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in dummynet_send()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c1261 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in ipf_inject()