Searched refs:IP_FORWARDING (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_output.c | 122 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 D | ip_var.h | 162 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
|
| H A D | ip_gre.c | 555 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL)); in in_gre_output()
|
| H A D | ip_input.c | 1067 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); in ip_forward()
|
| H A D | ip_mroute.c | 1696 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL); in send_packet()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 162 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 269 return (ip_output(m, NULL, NULL, IP_FORWARDING, in ng_ipfw_rcvdata()
|
| /f-stack/freebsd/net/ |
| H A D | if_me.c | 630 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in me_transmit()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_io.c | 779 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in dummynet_send()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 1324 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);
|