Home
last modified time | relevance | path

Searched refs:LWIP_NETCONN (Results 1 – 25 of 29) sorted by relevance

12

/lib/lwip/lwip/src/core/
A Dinit.c125 #if ((LWIP_NETCONN || LWIP_SOCKET) && (MEMP_NUM_TCPIP_MSG_API<=0))
175 #if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))
235 #if LWIP_NETCONN && LWIP_TCP
279 #if LWIP_NETCONN || LWIP_SOCKET
/lib/lwip/lwip/contrib/examples/example_app/
A Dtest.c555 #if LWIP_SHELL_APP && LWIP_NETCONN in apps_init()
559 #if LWIP_NETCONN && defined(LWIP_TCPECHO_APP_NETCONN) in apps_init()
565 #if LWIP_UDPECHO_APP && LWIP_NETCONN in apps_init()
660 #if (LWIP_SOCKET || LWIP_NETCONN) && LWIP_NETCONN_SEM_PER_THREAD in main_loop()
737 #if (LWIP_SOCKET || LWIP_NETCONN) && LWIP_NETCONN_SEM_PER_THREAD in main_loop()
A Dlwipopts.h44 #define LWIP_NETCONN (NO_SYS==0) macro
/lib/lwip/lwip/test/fuzz/
A Dlwipopts.h41 #define LWIP_NETCONN 0 macro
/lib/lwip/lwip/test/unit/
A Dlwipopts.h46 #define LWIP_NETCONN !NO_SYS macro
/lib/lwip/lwip/contrib/ports/unix/lib/
A Dlwipopts.h385 #define LWIP_NETCONN 1 macro
/lib/lwip/lwip/contrib/apps/udpecho/
A Dudpecho.c37 #if LWIP_NETCONN
/lib/lwip/lwip/contrib/apps/tcpecho/
A Dtcpecho.c36 #if LWIP_NETCONN
/lib/lwip/lwip/contrib/apps/httpserver/
A Dhttpserver-netconn.c8 #if LWIP_NETCONN
/lib/lwip/lwip/src/include/lwip/
A Dnetbuf.h42 #if LWIP_NETCONN || LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
A Dopt.h1947 #if !defined LWIP_NETCONN || defined __DOXYGEN__
1948 #define LWIP_NETCONN 1 macro
A Dapi.h42 #if LWIP_NETCONN || LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
/lib/lwip/u-boot/
A Dlwipopts.h144 #define LWIP_NETCONN 0 macro
/lib/lwip/lwip/src/include/lwip/priv/
A Dmemp_std.h66 #if LWIP_NETCONN || LWIP_SOCKET
A Dapi_msg.h54 #if LWIP_NETCONN || LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
/lib/lwip/lwip/src/api/
A Dnetbuf.c47 #if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */
A Dsockets.c73 #if !LWIP_NETCONN
74 #undef LWIP_NETCONN
75 #define LWIP_NETCONN 1 macro
79 #undef LWIP_NETCONN
80 #define LWIP_NETCONN 0 macro
A Dapi_lib.c60 #if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */
/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h164 #define LWIP_NETCONN 1 macro
A Dopt_dualstack.h164 #define LWIP_NETCONN 1 macro
A Dopt_ipv4only.h164 #define LWIP_NETCONN 1 macro
A Dopt_ipv6only.h164 #define LWIP_NETCONN 1 macro
A Dopt_nosys_dual.h164 #define LWIP_NETCONN 0 macro
A Dopt_nosys_ipv4.h164 #define LWIP_NETCONN 0 macro
A Dopt_nosys_ipv6.h164 #define LWIP_NETCONN 0 macro

Completed in 47 milliseconds

12