Home
last modified time | relevance | path

Searched refs:NO_SYS (Results 1 - 25 of 32) sorted by relevance

12

/third_party/libcoap/examples/lwip/config/
H A Dlwipopts.h13 #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 Dlwipopts.h44 #define NO_SYS 0 macro
46 #define LWIP_NETCONN !NO_SYS
47 #define LWIP_SOCKET !NO_SYS
H A Dlwip_unittests.c20 #if !NO_SYS
84 #if NO_SYS in lwip_unittests_run()
/third_party/lwip/src/core/
H A Dinit.c175 #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 Dsys.c45 * No need to implement functions in this section in NO_SYS mode.
126 #if !NO_SYS
148 #endif /* !NO_SYS */
H A Dpbuf.c101 #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 Dpppos.h104 #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 Dppp_opts.h79 #define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0))
/third_party/lwip/src/include/lwip/
H A Dopt.h77 * @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 Derr.h109 #if !NO_SYS
111 #endif /* !NO_SYS */
H A Dtimeouts.h43 #if !NO_SYS
H A Dtcpip.h42 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
115 #endif /* !NO_SYS */
H A Dlowpower.h38 #if !NO_SYS
H A Dpbuf.h257 #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 Dsys.h46 #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 Dbridgeif_opts.h55 * 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 Dslipif.h50 #define SLIP_USE_RX_THREAD !NO_SYS
H A Dlowpan6.h82 #if !NO_SYS
84 #endif /* !NO_SYS */
H A Dlowpan6_ble.h65 #if !NO_SYS
/third_party/lwip/src/api/
H A Derr.c45 #if !NO_SYS
76 #endif /* !NO_SYS */
/third_party/lwip/test/fuzz/
H A Dlwipopts.h36 #define NO_SYS 1 macro
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c36 #if !NO_SYS
64 #if !NO_SYS
387 #endif /* !NO_SYS */
/third_party/libcoap/include/coap3/
H A Dcoap_mutex_internal.h54 #if NO_SYS
/third_party/lwip/src/include/lwip/priv/
H A Dmemp_std.h71 #if NO_SYS==0
91 #endif /* NO_SYS==0 */
H A Dtcpip_priv.h42 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
177 #endif /* !NO_SYS */

Completed in 13 milliseconds

12