Searched refs:API_LIB_DEBUG (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 31 #define API_LIB_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_API_LIB) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 603 #ifndef API_LIB_DEBUG 604 #define API_LIB_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_lib.c | 590 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_recv: received %p (err %d)\n", (void *)buf, conn->err)); 613 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %d bytes\n", buf->p->tot_len)); 668 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_write: writing %d bytes (%d)\n", len, copy));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2230 * API_LIB_DEBUG: Enable debugging in api_lib.c. 2232 #ifndef API_LIB_DEBUG 2233 #define API_LIB_DEBUG LWIP_DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 75 #define API_LIB_DEBUG DBG_ON macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | api_lib.c | 432 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_recv_data: received %p, len=%"U16_F"\n", buf, len)); 585 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %"U16_F" bytes\n", buf->p->tot_len));
|
Completed in 50 milliseconds