Searched refs:ip_forward (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c118 ip_forward(int forw, int *old) function
175 if (!ip_forwarding && ip_forward(1, &old))
179 if (ip_forwarding && ip_forward(0, &old))
205 (void)ip_forward(1, NULL);
208 (void)ip_forward(0, NULL);
/freebsd-9.3-release/sys/netinet/
H A Dip_var.h214 void ip_forward(struct mbuf *m, int srcrt);
H A Dip_input.c502 * ip_forward to do the right thing.
531 ip_forward(m, 1);
610 * be handled via ip_forward() and ether_output() with the loopback
702 ip_forward(m, dchg);
1366 ip_forward(struct mbuf *m, int srcrt) function
H A Dip_options.c360 ip_forward(m, 1);

Completed in 105 milliseconds