Searched refs:API_LIB_DEBUG (Results 1 – 7 of 7) sorted by relevance
/components/net/lwip/port/ |
A D | lwipopts.h | 134 #define API_LIB_DEBUG LWIP_DBG_ON macro 136 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | opt.h | 1918 #ifndef API_LIB_DEBUG 1919 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/components/net/lwip/lwip-1.4.1/src/api/ |
A D | api_lib.c | 420 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_recv_data: received %p, len=%"U16_F"\n", buf, len)); in netconn_recv_data() 574 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %"U16_F" bytes\n", buf->p->tot_len)); in netconn_send()
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | opt.h | 2651 #if !defined API_LIB_DEBUG || defined __DOXYGEN__ 2652 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | api_lib.c | 585 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_recv_data: received %p, len=%"U16_F"\n", buf, len)); in netconn_recv_data() 709 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %"U16_F" bytes\n", buf->p->tot_len)); in netconn_send()
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | opt.h | 3280 #if !defined API_LIB_DEBUG || defined __DOXYGEN__ 3281 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/components/net/lwip/lwip-2.1.2/src/api/ |
A D | api_lib.c | 668 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_recv_data: received %p, len=%"U16_F"\n", buf, len)); in netconn_recv_data() 948 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %"U16_F" bytes\n", buf->p->tot_len)); in netconn_send()
|
Completed in 94 milliseconds