Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dopt.h1696 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF)
1710 #if !defined LWIP_NETIF_LOOPBACK || defined __DOXYGEN__
1711 #define LWIP_NETIF_LOOPBACK 0 macro
Dnetif.h42 #define ENABLE_LOOPBACK (LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF)
/third_party/lwip/src/core/ipv4/
Dip4.c202 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
421 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
584 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
/third_party/lwip/src/core/ipv6/
Dip6.c266 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
698 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
/third_party/lwip/
DCHANGELOG2298 * ip.c: Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK