Home
last modified time | relevance | path

Searched refs:NO_SYS (Results 1 – 22 of 22) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtimers.h39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
44 #if !NO_SYS
87 #if NO_SYS
Dmemp_std.h59 #if NO_SYS==0
74 #if (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) /* LWIP_TIMERS */
Dopt.h67 #ifndef NO_SYS
68 #define NO_SYS 0 macro
1192 #define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS)
1599 #define SYS_STATS (NO_SYS == 0)
Dlwipopts.h65 #define NO_SYS 0 macro
Dtcpip.h37 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
Dpbuf.h130 #if NO_SYS && PBUF_POOL_FREE_OOSEQ
Dsys.h41 #if NO_SYS
/lib/liblwip/src/core/
Dinit.c130 #if (LWIP_NETIF_API && (NO_SYS==1))
133 #if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))
293 #if !NO_SYS in lwip_init()
Dsys.c46 #if !NO_SYS
Dtimers.c65 #if NO_SYS
245 #if NO_SYS in sys_timeouts_init()
349 #if NO_SYS
Dpbuf.c91 #if !NO_SYS
114 #if !NO_SYS
138 #if !NO_SYS
Dmem.c194 #if !NO_SYS
Dnetif.c114 #if NO_SYS in netif_init()
/lib/liblwip/test/unit/
Dlwipopts.h36 #define NO_SYS 1 macro
/lib/liblwip/src/include/netif/
Dslipif.h44 #define SLIP_USE_RX_THREAD !NO_SYS
/lib/liblwip/
DUPGRADING51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you
52 still want to use your own timer implementation for NO_SYS==0 (as before).
130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
DCHANGELOG287 for NO_SYS==1: when not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ()
307 * mem.c: fixed bug #33544 "warning in mem.c in lwip 1.4.0 with NO_SYS=1"
688 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading
942 * timers.c, tcp.h: Call tcp_timer_needed() with NO_SYS==1, too
1096 Fixes bug #27338: sys_stats is defined when NO_SYS = 1
1144 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1
2445 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
2481 (single-thread / NO_SYS / polling environment where e.g.
/lib/liblwip/src/api/
Dtcpip.c41 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/src/arch/
Dsys_arch.c64 #if !NO_SYS
/lib/liblwip/doc/
Drawapi.txt45 called from multiple threads (not ISR!) with NO_SYS=0
382 Not of much use since we set the NO_SYS 1 option in lwipopts.h,
Dsys_arch.txt207 timestamps, internal timeouts for NO_SYS==1).
/lib/liblwip/src/netif/ppp/
Dppp.c125 #define PPP_INPROC_MULTITHREADED (NO_SYS==0)