Searched defs:TCP_INPUT_DEBUG (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h50 #define TCP_INPUT_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_INPUT) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h651 #ifndef TCP_INPUT_DEBUG
652 #define TCP_INPUT_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h87 #define TCP_INPUT_DEBUG DBG_ON macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2328 * TCP_INPUT_DEBUG: Enable debugging in tcp_in.c for incoming debug.
2330 #ifndef TCP_INPUT_DEBUG
2331 #define TCP_INPUT_DEBUG LWIP_DBG_OFF macro

Completed in 89 milliseconds