Searched refs:PPP_DEBUG (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dpppdebug.h40 #define LOG_CRITICAL (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)
41 #define LOG_ERR (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)
42 #define LOG_NOTICE (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)
43 #define LOG_WARNING (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)
44 #define LOG_INFO (PPP_DEBUG)
45 #define LOG_DETAIL (PPP_DEBUG)
46 #define LOG_DEBUG (PPP_DEBUG)
49 #define TRACELCP PPP_DEBUG
51 #if PPP_DEBUG
61 #else /* PPP_DEBUG */
[all...]
H A Dppp_impl.h216 #if PPP_DEBUG
218 #else /* PPP_DEBUG */
220 #endif /* PPP_DEBUG */
H A Dfsm.c69 #if PPP_DEBUG
82 #endif /* PPP_DEBUG */
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dpppdebug.h62 #if PPP_DEBUG > 0
H A Dppp.h211 #if PPP_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h68 #undef PPP_DEBUG macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h695 #ifndef PPP_DEBUG
696 #define PPP_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2399 * PPP_DEBUG: Enable debugging for PPP.
2401 #ifndef PPP_DEBUG
2402 #define PPP_DEBUG LWIP_DBG_OFF macro

Completed in 70 milliseconds