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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh58 sysctl net.ipv4.ip_forward=1
65 sysctl net.ipv4.ip_forward=0
H A Dp2p-action.sh85 sysctl net.ipv4.ip_forward=1
92 sysctl net.ipv4.ip_forward=0
/freebsd-13-stable/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-13-stable/sys/netinet/
H A Dip_var.h218 void ip_forward(struct mbuf *m, int srcrt);
H A Dip_input.c602 * ip_forward to do the right thing.
631 ip_forward(m, 1);
713 * be handled via ip_forward() and ether_output() with the loopback
794 ip_forward(m, dchg);
953 ip_forward(struct mbuf *m, int srcrt) function
H A Dip_options.c384 ip_forward(m, 1);

Completed in 144 milliseconds