78#define MAINDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
79#define SYSDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
80#define FSMDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
81#define LCPDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
82#define IPCPDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
83#define IPV6CPDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
84#define UPAPDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
85#define CHAPDEBUG(a) PPP_DEBUGF(PPP_DBG_LEVEL_WARNING, a)
86#define PPPDEBUG(a, b) PPP_DEBUGF(a, b)
87
88#else /* PPP_DEBUG */
89
90#define MAINDEBUG(a)
91#define SYSDEBUG(a)
92#define FSMDEBUG(a)
93#define LCPDEBUG(a)
94#define IPCPDEBUG(a)
95#define IPV6CPDEBUG(a)
96#define UPAPDEBUG(a)
97#define CHAPDEBUG(a)
98#define PPPDEBUG(a, b)
99
100#endif /* PPP_DEBUG */
101
102#ifdef __cplusplus
103 }
104#endif
105
106#endif /* PPPDEBUG_H */
107
108#endif /* PPP_SUPPORT */
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.