Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtimers.h39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
85 #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
1146 #define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS)
1544 #define SYS_STATS (NO_SYS == 0)
Dtcpip.h37 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
Dsys.h41 #if NO_SYS
/external/syslinux/core/lwip/src/core/
Dinit.c120 #if (LWIP_NETIF_API && (NO_SYS==1))
123 #if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))
267 #if !NO_SYS in lwip_init()
Dtimers.c63 #if NO_SYS
244 #if NO_SYS in sys_timeouts_init()
348 #if NO_SYS
Dsys.c46 #if !NO_SYS
Dnetif.c112 #if NO_SYS in netif_init()
Dpbuf.c87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || NO_SYS
/external/syslinux/core/lwip/
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
DCHANGELOG389 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading
643 * timers.c, tcp.h: Call tcp_timer_needed() with NO_SYS==1, too
797 Fixes bug #27338: sys_stats is defined when NO_SYS = 1
845 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1
2146 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in
2182 (single-thread / NO_SYS / polling environment where e.g.
/external/syslinux/core/lwip/src/netif/
Dslipif.c256 #if !NO_SYS
/external/syslinux/core/lwip/src/api/
Dtcpip.c41 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
/external/syslinux/core/lwip/doc/
Drawapi.txt45 called from multiple threads (not ISR!) with NO_SYS=0
376 Not of much use since we set the NO_SYS 1 option in lwipopts.h,
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c125 #define PPP_INPROC_MULTITHREADED (NO_SYS==0)