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

/barrelfish-master/include/lwip2/
H A Dlwipopts.h456 #define API_MSG_DEBUG LWIP_DBG_OFF macro
/barrelfish-master/include/lwip/lwip/
H A Dopt.h1618 * API_MSG_DEBUG: Enable debugging in api_msg.c.
1620 #ifndef API_MSG_DEBUG
1621 #define API_MSG_DEBUG LWIP_DBG_OFF macro
/barrelfish-master/include/lwip2/lwip/
H A Dopt.h2656 * API_MSG_DEBUG: Enable debugging in api_msg.c.
2658 #if !defined API_MSG_DEBUG || defined __DOXYGEN__
2659 #define API_MSG_DEBUG LWIP_DBG_OFF macro
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_msg.c474 LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: newpcb->tate: %s\n", tcp_debug_state_str(newpcb->state)));
480 LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: acceptmbox already deleted\n"));
/barrelfish-master/lib/lwip/src/api/
H A Dapi_msg.c351 #if API_MSG_DEBUG
355 #endif /* API_MSG_DEBUG */

Completed in 115 milliseconds