IP_FORWARD is only used within LwIP.
 
Symbols
loading...
Files
loading...

IP_FORWARD macro

IP_FORWARD==1: Enables the ability to forward IP packets across network interfaces. If you are going to run lwIP on a device with only one network interface, define this to 0.

Syntax

#define IP_FORWARD 0

References

LocationText
opt.h:736
#define IP_FORWARD 0
icmp.c:314
#if IP_FORWARD || IP_REASSEMBLY
ip4.c:230
#if IP_FORWARD
ip4.c:621
#if IP_FORWARD