Home
last modified time | relevance | path

Searched refs:API_LIB_DEBUG (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dopt.h3287 #if !defined API_LIB_DEBUG || defined __DOXYGEN__
3288 #define API_LIB_DEBUG LWIP_DBG_OFF macro
/third_party/lwip/src/api/
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()