Searched refs:API_LIB_DEBUG (Results 1 – 9 of 9) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/ |
H A D | lwipopts.h | 89 #define API_LIB_DEBUG LWIP_DBG_ON macro 91 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/ |
H A D | lwipopts.h | 100 #define API_LIB_DEBUG LWIP_DBG_ON macro 102 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/ |
H A D | lwipopts.h | 97 #define API_LIB_DEBUG LWIP_DBG_ON macro 99 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | opt.h | 1918 #ifndef API_LIB_DEBUG 1919 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H 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()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | opt.h | 2651 #if !defined API_LIB_DEBUG || defined __DOXYGEN__ 2652 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/ |
H 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()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | opt.h | 3280 #if !defined API_LIB_DEBUG || defined __DOXYGEN__ 3281 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H 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()
|