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

/external/syslinux/core/lwip/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.h225 #if PPP_DEBUG
227 #else /* PPP_DEBUG */
229 #endif /* PPP_DEBUG */
H A Dfsm.c69 #if PPP_DEBUG
82 #endif /* PPP_DEBUG */
/external/syslinux/core/lwip/src/include/lwip/
H A Dopt.h2023 * PPP_DEBUG: Enable debugging for PPP.
2025 #ifndef PPP_DEBUG
2026 #define PPP_DEBUG LWIP_DBG_OFF macro

Completed in 173 milliseconds