ReactOS 0.4.15-dev-7924-g5949c20
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

◆ AUTHDEBUG

#define AUTHDEBUG (   a,
  b 
)

Definition at line 63 of file pppdebug.h.

◆ CHAPDEBUG

#define CHAPDEBUG (   a,
  b 
)

Definition at line 68 of file pppdebug.h.

◆ FSMDEBUG

#define FSMDEBUG (   a,
  b 
)

Definition at line 67 of file pppdebug.h.

◆ IPCPDEBUG

#define IPCPDEBUG (   a,
  b 
)

Definition at line 64 of file pppdebug.h.

◆ LCPDEBUG

#define LCPDEBUG (   a,
  b 
)

Definition at line 66 of file pppdebug.h.

◆ LOG_CRITICAL

#define LOG_CRITICAL   (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE)

Definition at line 40 of file pppdebug.h.

◆ LOG_DEBUG

#define LOG_DEBUG   (PPP_DEBUG)

Definition at line 46 of file pppdebug.h.

◆ LOG_DETAIL

#define LOG_DETAIL   (PPP_DEBUG)

Definition at line 45 of file pppdebug.h.

◆ LOG_ERR

Definition at line 41 of file pppdebug.h.

◆ LOG_INFO

#define LOG_INFO   (PPP_DEBUG)

Definition at line 44 of file pppdebug.h.

◆ LOG_NOTICE

#define LOG_NOTICE   (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)

Definition at line 42 of file pppdebug.h.

◆ LOG_WARNING

#define LOG_WARNING   (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING)

Definition at line 43 of file pppdebug.h.

◆ PPPDEBUG

#define PPPDEBUG (   a,
  b 
)

Definition at line 69 of file pppdebug.h.

◆ TRACELCP

#define TRACELCP   PPP_DEBUG

Definition at line 49 of file pppdebug.h.

◆ UPAPDEBUG

#define UPAPDEBUG (   a,
  b 
)

Definition at line 65 of file pppdebug.h.