Searched refs:API_MSG_DEBUG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h32 #define API_MSG_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_API_MSG) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h607 #ifndef API_MSG_DEBUG
608 #define API_MSG_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c220 #if API_MSG_DEBUG
224 #endif /* API_MSG_DEBUG */
592 LWIP_DEBUGF(API_MSG_DEBUG, ("api_msg: listen RAW: cannot listen for RAW.\n"));
601 LWIP_DEBUGF(API_MSG_DEBUG, ("api_msg: listen UDP: cannot listen for UDP.\n"));
635 LWIP_DEBUGF(API_MSG_DEBUG, ("api_msg: accept RAW: cannot accept for RAW.\n"));
644 LWIP_DEBUGF(API_MSG_DEBUG, ("api_msg: accept UDP: cannot accept for UDP.\n"));
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2237 * API_MSG_DEBUG: Enable debugging in api_msg.c.
2239 #ifndef API_MSG_DEBUG
2240 #define API_MSG_DEBUG LWIP_DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h76 #define API_MSG_DEBUG DBG_ON macro
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c438 LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: newpcb->tate: %s\n", tcp_debug_state_str(newpcb->state)));
441 LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: acceptmbox already deleted\n"));

Completed in 83 milliseconds