Home
last modified time | relevance | path

Searched refs:LWIP_HAVE_LOOPIF (Results 1 - 8 of 8) sorted by relevance

/third_party/lwip/test/unit/
H A Dlwipopts.h51 #define LWIP_HAVE_LOOPIF 1 macro
/third_party/lwip/src/core/ipv4/
H A Dip4.c202 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
226 #endif /* LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF */
421 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
423 #endif /* LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF */
584 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
589 #endif /* !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF */
1026 #if !LWIP_HAVE_LOOPIF
1028 #endif /* !LWIP_HAVE_LOOPIF */
/third_party/lwip/src/core/
H A Dnetif.c136 #if LWIP_HAVE_LOOPIF
187 #endif /* LWIP_HAVE_LOOPIF */
196 #if LWIP_HAVE_LOOPIF in netif_init()
243 #endif /* LWIP_HAVE_LOOPIF */ in netif_init()
1214 #if LWIP_HAVE_LOOPIF
1220 #else /* LWIP_HAVE_LOOPIF */
1222 #endif /* LWIP_HAVE_LOOPIF */
1310 #if LWIP_HAVE_LOOPIF
1328 #endif /* LWIP_HAVE_LOOPIF */
1343 #if LWIP_HAVE_LOOPIF
[all...]
H A Ddns.c1684 #if LWIP_HAVE_LOOPIF in dns_gethostbyname_addrtype()
1689 #endif /* LWIP_HAVE_LOOPIF */ in dns_gethostbyname_addrtype()
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c73 #if LWIP_HAVE_LOOPIF in default_netif_add()
107 #if LWIP_HAVE_LOOPIF in default_netif_remove()
/third_party/lwip/src/include/lwip/
H A Dopt.h1691 * LWIP_HAVE_LOOPIF==1: Support loop interface (127.0.0.1).
1695 #if !defined LWIP_HAVE_LOOPIF || defined __DOXYGEN__
1696 #define LWIP_HAVE_LOOPIF (LWIP_NETIF_LOOPBACK && !LWIP_SINGLE_NETIF) macro
H A Dnetif.h42 #define ENABLE_LOOPBACK (LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF)
/third_party/lwip/src/core/ipv6/
H A Dip6.c266 #if LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF
290 #endif /* LWIP_NETIF_LOOPBACK && !LWIP_HAVE_LOOPIF */
698 #if !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF
709 #endif /* !LWIP_NETIF_LOOPBACK || LWIP_HAVE_LOOPIF */
1301 #if !LWIP_HAVE_LOOPIF
1305 #endif /* !LWIP_HAVE_LOOPIF */

Completed in 13 milliseconds