Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_var.h161 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
H A Dip_output.c259 if (!(flags & (IP_FORWARDING|IP_RAWOUTPUT))) { in ip_output()
418 if (ip_mrouter && !(flags & IP_FORWARDING)) { in ip_output()
573 flags |= IP_FORWARDING; in ip_output()
669 if (!(flags & IP_FORWARDING) && ia) { in ip_output()
H A Dip_input.c2107 error = ip_output(m, NULL, &fwd_ro, IP_FORWARDING, NULL, NULL); in ip_forward()
/dragonfly/sys/netgraph7/
H A Dng_ipfw.c245 return ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in ng_ipfw_rcvdata()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c1931 ip_output(m, NULL, &vifp->v_route, IP_FORWARDING, NULL, NULL); in tbf_send_packet()
1948 error = ip_output(m, NULL, &ro, IP_FORWARDING, &imo, NULL); in tbf_send_packet()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c3217 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in ipfw_ip_xlate_dispatch()