Home
last modified time | relevance | path

Searched refs:TCPIP_DEBUG (Results 1 – 12 of 12) sorted by relevance

/lib/lwip/lwip/src/api/
A Dtcpip.c144 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 Dlwipopts.h172 #define TCPIP_DEBUG LWIP_DBG_OFF macro
/lib/lwip/u-boot/
A Dlwipopts.h40 #define TCPIP_DEBUG LWIP_DBG_OFF macro
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipopts.h86 #define TCPIP_DEBUG LWIP_DBG_OFF macro
/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
A Dopt_dualstack.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
A Dopt_ipv4only.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
A Dopt_ipv6only.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
A Dopt_nosys_dual.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
A Dopt_nosys_ipv4.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
A Dopt_nosys_ipv6.h286 #define TCPIP_DEBUG LWIP_DBG_OFF macro
/lib/lwip/lwip/src/include/lwip/
A Dopt.h3511 #if !defined TCPIP_DEBUG || defined __DOXYGEN__
3512 #define TCPIP_DEBUG LWIP_DBG_OFF macro

Completed in 24 milliseconds