Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dopt.h1735 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
1749 #if !defined LWIP_NETIF_LOOPBACK || defined __DOXYGEN__
1750 #define LWIP_NETIF_LOOPBACK 0 macro
H A Dnetif.h42 #define ENABLE_LOOPBACK (LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF)
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c186 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF in ip4_route()
388 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF in ip4_input_accept()
547 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6.c232 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF in ip6_route()
642 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
/btstack/3rd-party/lwip/core/
H A DCHANGELOG2288 * ip.c: Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK