Searched defs:NO_SYS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h52 #ifndef NO_SYS
53 #define NO_SYS 0 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h64 * NO_SYS==1: Provides VERY minimal functionality. Otherwise,
67 #ifndef NO_SYS
68 #define NO_SYS 0 macro
72 * NO_SYS_NO_TIMERS==1: Drop support for sys_timeout when NO_SYS==1
205 * If you don't want that, at least for NO_SYS=0, you can still use the following
311 * (requires NO_SYS==0)
1202 * LWIP_NETIF_LOOPBACK_MULTITHREADING==0: Indicates a polling (or NO_SYS) setup.
1207 #define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS)
1626 #define SYS_STATS (NO_SYS == 0)

Completed in 50 milliseconds