Searched refs:TCPIP_DEBUG (Results 1 – 12 of 12) sorted by relevance
| /lib/lwip/lwip/src/api/ |
| A D | tcpip.c | 144 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: invalid message: NULL\n")); in tcpip_thread() 161 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API message %p\n", (void *)msg)); in tcpip_thread_handle_msg() 165 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API CALL message %p\n", (void *)msg)); in tcpip_thread_handle_msg() 170 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: CALLBACK WAIT message %p\n", (void *)msg)); in tcpip_thread_handle_msg() 178 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: PACKET %p\n", (void *)msg)); in tcpip_thread_handle_msg() 188 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: TIMEOUT %p\n", (void *)msg)); in tcpip_thread_handle_msg() 193 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: UNTIMEOUT %p\n", (void *)msg)); in tcpip_thread_handle_msg() 200 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: CALLBACK %p\n", (void *)msg)); in tcpip_thread_handle_msg() 206 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: CALLBACK_STATIC %p\n", (void *)msg)); in tcpip_thread_handle_msg() 211 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: invalid message: %d\n", msg->type)); in tcpip_thread_handle_msg() [all …]
|
| /lib/lwip/lwip/contrib/ports/unix/posixlib/ |
| A D | lwipopts.h | 172 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/u-boot/ |
| A D | lwipopts.h | 40 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/contrib/examples/example_app/ |
| A D | lwipopts.h | 86 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/contrib/examples/example_app/test_configs/ |
| A D | opt_default.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_dualstack.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv4only.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv6only.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_dual.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv4.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv6.h | 286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3511 #if !defined TCPIP_DEBUG || defined __DOXYGEN__ 3512 #define TCPIP_DEBUG LWIP_DBG_OFF macro
|
Completed in 24 milliseconds