The Pedigree Project
0.1
|
Modules | |
LWIP_DBG_MIN_LEVEL and LWIP_DBG_TYPES_ON values | |
#define API_LIB_DEBUG LWIP_DBG_OFF |
#define API_MSG_DEBUG LWIP_DBG_OFF |
#define AUTOIP_DEBUG LWIP_DBG_OFF |
#define DHCP_DEBUG LWIP_DBG_OFF |
#define DNS_DEBUG LWIP_DBG_OFF |
#define ETHARP_DEBUG LWIP_DBG_OFF |
#define ICMP_DEBUG LWIP_DBG_OFF |
#define IGMP_DEBUG LWIP_DBG_OFF |
#define INET_DEBUG LWIP_DBG_OFF |
#define IP6_DEBUG LWIP_DBG_OFF |
#define IP_DEBUG LWIP_DBG_OFF |
#define IP_REASS_DEBUG LWIP_DBG_OFF |
#define LWIP_DBG_MIN_LEVEL LWIP_DBG_LEVEL_ALL |
LWIP_DBG_MIN_LEVEL: After masking, the value of the debug is compared against this value. If it is smaller, then debugging messages are written.
#define LWIP_DBG_TYPES_ON LWIP_DBG_ON |
LWIP_DBG_TYPES_ON: A mask that can be used to globally enable/disable debug messages of certain types.
#define MEM_DEBUG LWIP_DBG_OFF |
MEM_DEBUG: Enable debugging in mem.c.
Definition at line 2734 of file opt.h.
Referenced by mem_free(), mem_malloc(), and mem_trim().
#define MEMP_DEBUG LWIP_DBG_OFF |
MEMP_DEBUG: Enable debugging in memp.c.
Definition at line 2741 of file opt.h.
Referenced by memp_init().
#define NETIF_DEBUG LWIP_DBG_OFF |
NETIF_DEBUG: Enable debugging in netif.c.
Definition at line 2657 of file opt.h.
Referenced by netif_add(), netif_find(), netif_remove(), netif_set_default(), and netif_set_link_down().
#define PBUF_DEBUG LWIP_DBG_OFF |
PBUF_DEBUG: Enable debugging in pbuf.c.
Definition at line 2664 of file opt.h.
Referenced by pbuf_alloc(), pbuf_chain(), pbuf_copy(), pbuf_dechain(), pbuf_free(), and pbuf_realloc().
#define RAW_DEBUG LWIP_DBG_OFF |
#define SLIP_DEBUG LWIP_DBG_OFF |
SLIP_DEBUG: Enable debugging in slipif.c.
Definition at line 2840 of file opt.h.
Referenced by slipif_init().
#define SOCKETS_DEBUG LWIP_DBG_OFF |
#define SYS_DEBUG LWIP_DBG_OFF |
#define TCP_CWND_DEBUG LWIP_DBG_OFF |
#define TCP_DEBUG LWIP_DBG_OFF |
#define TCP_FR_DEBUG LWIP_DBG_OFF |
#define TCP_INPUT_DEBUG LWIP_DBG_OFF |
#define TCP_OUTPUT_DEBUG LWIP_DBG_OFF |
#define TCP_QLEN_DEBUG LWIP_DBG_OFF |
#define TCP_RST_DEBUG LWIP_DBG_OFF |
#define TCP_RTO_DEBUG LWIP_DBG_OFF |
#define TCP_WND_DEBUG LWIP_DBG_OFF |
#define TCPIP_DEBUG LWIP_DBG_OFF |
TCPIP_DEBUG: Enable debugging in tcpip.c.
Definition at line 2833 of file opt.h.
Referenced by tcpip_inpkt().
#define TIMERS_DEBUG LWIP_DBG_OFF |
#define UDP_DEBUG LWIP_DBG_OFF |