Searched refs:IP_FORWARD (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/include/lwip2/lwip/apps/
H A Dsnmp_mib2.h60 #define SNMP_SYSSERVICES ((1 << 6) | (1 << 3) | ((IP_FORWARD) << 2))
/barrelfish-master/include/lwip2/
H A Dlwipopts.h219 * IP_FORWARD==1: Enables the ability to forward IP packets across network
223 #define IP_FORWARD 0 macro
/barrelfish-master/include/lwip/lwip/
H A Dopt.h375 * IP_FORWARD==1: Enables the ability to forward IP packets across network
379 #ifndef IP_FORWARD
380 #define IP_FORWARD 0 macro
/barrelfish-master/include/lwip2/lwip/
H A Dopt.h644 * IP_FORWARD==1: Enables the ability to forward IP packets across network
648 #if !defined IP_FORWARD || defined __DOXYGEN__
649 #define IP_FORWARD 0 macro
672 #undef IP_FORWARD macro
673 #define IP_FORWARD 0 macro
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dicmp.c307 #if IP_FORWARD || IP_REASSEMBLY
321 #endif /* IP_FORWARD || IP_REASSEMBLY */
H A Dip.c133 #if IP_FORWARD
201 #endif /* IP_FORWARD */
394 #if IP_FORWARD
400 #endif /* IP_FORWARD */
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dicmp.c307 #if IP_FORWARD || IP_REASSEMBLY
322 #endif /* IP_FORWARD || IP_REASSEMBLY */
H A Dip4.c223 #if IP_FORWARD
357 #endif /* IP_FORWARD */
597 #if IP_FORWARD
603 #endif /* IP_FORWARD */
/barrelfish-master/lib/lwip2/src/apps/snmp/
H A Dsnmp_mib2_ip.c69 #if IP_FORWARD
165 #if IP_FORWARD
/barrelfish-master/lib/lwip/src/core/ipv6/
H A Dip6.c201 #if IP_FORWARD
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c542 #if IP_FORWARD || LWIP_IPV6_FORWARD
545 #endif /* IP_FORWARD || LWIP_IPV6_FORWARD */
646 #if IP_FORWARD || LWIP_IPV6_FORWARD
654 #endif /* IP_FORWARD || LWIP_IPV6_FORWARD */
H A Dvj.c636 #if IP_FORWARD
642 #else /* IP_FORWARD */
644 #endif /* IP_FORWARD */
/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.c542 #if IP_FORWARD || LWIP_IPV6_FORWARD
545 #endif /* IP_FORWARD || LWIP_IPV6_FORWARD */
646 #if IP_FORWARD || LWIP_IPV6_FORWARD
654 #endif /* IP_FORWARD || LWIP_IPV6_FORWARD */
H A Dvj.c636 #if IP_FORWARD
642 #else /* IP_FORWARD */
644 #endif /* IP_FORWARD */
/barrelfish-master/lib/lwip/src/core/snmp/
H A Dmib2.c70 #define SNMP_SYSSERVICES ((1 << 6) | (1 << 3) | ((IP_FORWARD) << 2))
2885 #if IP_FORWARD
3056 #if IP_FORWARD

Completed in 206 milliseconds