Home
last modified time | relevance | path

Searched refs:LWIP_EVENT_API (Results 1 – 15 of 15) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/core/
A Dinit.c193 #if (LWIP_TCP && ((LWIP_EVENT_API && LWIP_CALLBACK_API) || (!LWIP_EVENT_API && !LWIP_CALLBACK_API)))
196 #if (LWIP_ALTCP && LWIP_EVENT_API)
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c154 #if (LWIP_TCP && ((LWIP_EVENT_API && LWIP_CALLBACK_API) || (!LWIP_EVENT_API && !LWIP_CALLBACK_API)))
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c191 #if (LWIP_TCP && ((LWIP_EVENT_API && LWIP_CALLBACK_API) || (!LWIP_EVENT_API && !LWIP_CALLBACK_API)))
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h1308 #if !defined(LWIP_EVENT_API) && !defined(LWIP_CALLBACK_API) || defined __DOXYGEN__
1309 #define LWIP_EVENT_API 0 macro
1312 #ifndef LWIP_EVENT_API
1313 #define LWIP_EVENT_API 0 macro
A Dtcp.h332 #if LWIP_EVENT_API
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h1448 #if !defined(LWIP_EVENT_API) && !defined(LWIP_CALLBACK_API) || defined __DOXYGEN__
1449 #define LWIP_EVENT_API 0 macro
1452 #ifndef LWIP_EVENT_API
1453 #define LWIP_EVENT_API 0 macro
A Dtcp.h391 #if LWIP_EVENT_API
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h1078 #if !defined(LWIP_EVENT_API) && !defined(LWIP_CALLBACK_API)
1079 #define LWIP_EVENT_API 0 macro
A Dtcp.h296 #if LWIP_EVENT_API
A Dtcp_impl.h193 #if LWIP_EVENT_API
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h161 #if LWIP_EVENT_API
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h164 #if LWIP_EVENT_API
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG48 * tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD pcb
1200 * opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG301 * tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD pcb
1453 * opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG244 * opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared

Completed in 36 milliseconds