uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pppdebug.h File Reference

Go to the source code of this file.

Macros

#define LOG_CRITICAL   (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)
 
#define LOG_ERR   (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)
 
#define LOG_NOTICE   (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)
 
#define LOG_WARNING   (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)
 
#define LOG_INFO   (PPP_DEBUG)
 
#define LOG_DETAIL   (PPP_DEBUG)
 
#define LOG_DEBUG   (PPP_DEBUG)
 
#define TRACELCP   PPP_DEBUG
 
#define AUTHDEBUG(a, b)
 
#define IPCPDEBUG(a, b)
 
#define UPAPDEBUG(a, b)
 
#define LCPDEBUG(a, b)
 
#define FSMDEBUG(a, b)
 
#define CHAPDEBUG(a, b)
 
#define PPPDEBUG(a, b)
 

Macro Definition Documentation

#define AUTHDEBUG (   a,
 
)

Definition at line 63 of file pppdebug.h.

#define CHAPDEBUG (   a,
 
)

Definition at line 68 of file pppdebug.h.

#define FSMDEBUG (   a,
 
)

Definition at line 67 of file pppdebug.h.

#define IPCPDEBUG (   a,
 
)

Definition at line 64 of file pppdebug.h.

#define LCPDEBUG (   a,
 
)

Definition at line 66 of file pppdebug.h.

#define LOG_CRITICAL   (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)

Definition at line 40 of file pppdebug.h.

#define LOG_DEBUG   (PPP_DEBUG)

Definition at line 46 of file pppdebug.h.

#define LOG_DETAIL   (PPP_DEBUG)

Definition at line 45 of file pppdebug.h.

#define LOG_ERR   (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)

Definition at line 41 of file pppdebug.h.

#define LOG_INFO   (PPP_DEBUG)

Definition at line 44 of file pppdebug.h.

#define LOG_NOTICE   (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)

Definition at line 42 of file pppdebug.h.

#define LOG_WARNING   (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)

Definition at line 43 of file pppdebug.h.

#define PPPDEBUG (   a,
 
)

Definition at line 69 of file pppdebug.h.

#define TRACELCP   PPP_DEBUG

Definition at line 49 of file pppdebug.h.

#define UPAPDEBUG (   a,
 
)

Definition at line 65 of file pppdebug.h.