Searched refs:NO_SYS (Results 1 - 25 of 32) sorted by relevance
12
/third_party/libcoap/examples/lwip/config/ |
H A D | lwipopts.h | 13 #define NO_SYS 1 macro 14 #define LWIP_SOCKET (NO_SYS==0) 15 #define LWIP_NETCONN (NO_SYS==0) 16 #define LWIP_NETIF_API (NO_SYS==0) 34 #if NO_SYS
|
/third_party/lwip/test/unit/ |
H A D | lwipopts.h | 44 #define NO_SYS 0 macro 46 #define LWIP_NETCONN !NO_SYS 47 #define LWIP_SOCKET !NO_SYS
|
H A D | lwip_unittests.c | 20 #if !NO_SYS 84 #if NO_SYS in lwip_unittests_run()
|
/third_party/lwip/src/core/ |
H A D | init.c | 175 #if (LWIP_NETIF_API && (NO_SYS==1)) 176 #error "If you want to use NETIF API, you have to define NO_SYS=0 in your lwipopts.h" 178 #if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1)) 179 #error "If you want to use Sequential API, you have to define NO_SYS=0 in your lwipopts.h" 181 #if (LWIP_PPP_API && (NO_SYS==1)) 182 #error "If you want to use PPP API, you have to define NO_SYS=0 in your lwipopts.h" 265 #if !NO_SYS && LWIP_TCPIP_CORE_LOCKING && LWIP_COMPAT_MUTEX && !defined(LWIP_COMPAT_MUTEX_ALLOWED) 333 * Use this in NO_SYS mode. Use tcpip_init() otherwise. 349 #if !NO_SYS in lwip_init() 351 #endif /* !NO_SYS */ in lwip_init() [all...] |
H A D | sys.c | 45 * No need to implement functions in this section in NO_SYS mode. 126 #if !NO_SYS 148 #endif /* !NO_SYS */
|
H A D | pbuf.c | 101 #if !NO_SYS 111 #endif /* !NO_SYS */ 122 * can only be used with NO_SYS=0 and through tcpip_callback. 124 #if !NO_SYS 126 #endif /* !NO_SYS */ 143 #if !NO_SYS 153 #endif /* !NO_SYS */
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | pppos.h | 104 #if !NO_SYS && !PPP_INPROC_IRQ_SAFE 107 #endif /* !NO_SYS && !PPP_INPROC_IRQ_SAFE */ 117 #if !NO_SYS && !PPP_INPROC_IRQ_SAFE 119 #endif /* !NO_SYS && !PPP_INPROC_IRQ_SAFE */
|
H A D | ppp_opts.h | 79 #define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0))
|
/third_party/lwip/src/include/lwip/ |
H A D | opt.h | 77 * @defgroup lwip_opts_nosys NO_SYS 82 * NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or 88 #if !defined NO_SYS || defined __DOXYGEN__ 89 #define NO_SYS 0 macro 107 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) 221 * - Not in ISR (this should be checked for NO_SYS==1, too!) 382 * If you don't want that, at least for NO_SYS=0, you can still use the following 1731 * LWIP_NETIF_LOOPBACK_MULTITHREADING==0: Indicates a polling (or NO_SYS) setup. 1736 #define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS) [all...] |
H A D | err.h | 109 #if !NO_SYS 111 #endif /* !NO_SYS */
|
H A D | timeouts.h | 43 #if !NO_SYS
|
H A D | tcpip.h | 42 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */ 115 #endif /* !NO_SYS */
|
H A D | lowpower.h | 38 #if !NO_SYS
|
H A D | pbuf.h | 257 #if LWIP_TCP && TCP_QUEUE_OOSEQ && NO_SYS && PBUF_POOL_FREE_OOSEQ 267 #else /* LWIP_TCP && TCP_QUEUE_OOSEQ && NO_SYS && PBUF_POOL_FREE_OOSEQ */ 270 #endif /* LWIP_TCP && TCP_QUEUE_OOSEQ && NO_SYS && PBUF_POOL_FREE_OOSEQ*/
|
H A D | sys.h | 46 #if NO_SYS 84 #else /* NO_SYS */ 422 #endif /* NO_SYS */ 444 * timestamps, internal timeouts for NO_SYS==1).
|
/third_party/lwip/src/include/netif/ |
H A D | bridgeif_opts.h | 55 * ATTENTION: as ==0 relies on tcpip.h, the default depends on NO_SYS setting 58 #define BRIDGEIF_PORT_NETIFS_OUTPUT_DIRECT NO_SYS
|
H A D | slipif.h | 50 #define SLIP_USE_RX_THREAD !NO_SYS
|
H A D | lowpan6.h | 82 #if !NO_SYS 84 #endif /* !NO_SYS */
|
H A D | lowpan6_ble.h | 65 #if !NO_SYS
|
/third_party/lwip/src/api/ |
H A D | err.c | 45 #if !NO_SYS 76 #endif /* !NO_SYS */
|
/third_party/lwip/test/fuzz/ |
H A D | lwipopts.h | 36 #define NO_SYS 1 macro
|
/third_party/lwip/test/unit/arch/ |
H A D | sys_arch.c | 36 #if !NO_SYS 64 #if !NO_SYS 387 #endif /* !NO_SYS */
|
/third_party/libcoap/include/coap3/ |
H A D | coap_mutex_internal.h | 54 #if NO_SYS
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | memp_std.h | 71 #if NO_SYS==0 91 #endif /* NO_SYS==0 */
|
H A D | tcpip_priv.h | 42 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */ 177 #endif /* !NO_SYS */
|
Completed in 13 milliseconds
12