Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
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
Dppp.h225 #if PPP_DEBUG
Dfsm.c69 #if PPP_DEBUG
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h2025 #ifndef PPP_DEBUG
2026 #define PPP_DEBUG LWIP_DBG_OFF macro