Home
last modified time | relevance | path

Searched refs:LWIP_NETIF_LOOPBACK (Results 1 – 15 of 15) sorted by relevance

/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
A Dopt_dualstack.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
A Dopt_ipv4only.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
A Dopt_ipv6only.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
A Dopt_nosys_dual.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
A Dopt_nosys_ipv4.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
A Dopt_nosys_ipv6.h144 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
146 #define LWIP_NETIF_LOOPBACK 0 macro
/lib/lwip/lwip/contrib/ports/unix/posixlib/
A Dlwipopts.h63 #define LWIP_NETIF_LOOPBACK 1 macro
/lib/lwip/u-boot/
A Dlwipopts.h156 #define LWIP_NETIF_LOOPBACK 0 macro
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipopts.h62 #define LWIP_NETIF_LOOPBACK 1 macro
/lib/lwip/lwip/src/include/lwip/
A Dopt.h1747 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
1761 #if !defined LWIP_NETIF_LOOPBACK || defined __DOXYGEN__
1762 #define LWIP_NETIF_LOOPBACK 0 macro
A Dnetif.h42 #define ENABLE_LOOPBACK (LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF)
/lib/lwip/lwip/src/core/ipv4/
A Dip4.c186 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF in ip4_route()
422 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF in ip4_input_accept()
581 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
/lib/lwip/lwip/src/core/ipv6/
A Dip6.c232 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF in ip6_route()
642 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
/lib/lwip/lwip/
A DCHANGELOG2385 * ip.c: Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK

Completed in 59 milliseconds