Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_output.c122 if (flags & IP_FORWARDING) in ip_output_pfil()
369 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
377 if ((flags & IP_FORWARDING) == 0) in ip_output()
616 if (V_ip_mrouter && (flags & IP_FORWARDING) == 0) { in ip_output()
792 if (!(flags & IP_FORWARDING) && ia) { in ip_output()
H A Dip_var.h162 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
H A Dip_gre.c555 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL)); in in_gre_output()
H A Dip_input.c1067 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); in ip_forward()
H A Dip_mroute.c1696 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL); in send_packet()
/f-stack/tools/compat/include/netinet/
H A Dip_var.h162 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c269 return (ip_output(m, NULL, NULL, IP_FORWARDING, in ng_ipfw_rcvdata()
/f-stack/freebsd/net/
H A Dif_me.c630 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in me_transmit()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c779 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in dummynet_send()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1324 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);