Home
last modified time | relevance | path

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 Dlwipopts.h89 #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 Dlwipopts.h100 #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 Dlwipopts.h97 #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 Dopt.h1918 #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 Dapi_lib.c420 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 Dopt.h2651 #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 Dapi_lib.c585 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 Dopt.h3280 #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 Dapi_lib.c668 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()