]> Joshua Wise's Git repositories - netwatch.git/blame - lwip/src/include/lwipopts.h
Get packets in and out of lwIP. PING works.
[netwatch.git] / lwip / src / include / lwipopts.h
CommitLineData
6e6d4a8b
JP
1#ifndef LWIPOPTS_H
2#define LWIPOPTS_H
3
4#define NO_SYS 1
5
47c41031 6
6e6d4a8b
JP
7#define LWIP_SOCKET 0
8#define LWIP_NETCONN 0
9
10#define LWIP_SNMP 0
11
12#define LWIP_DHCP 1
13
47c41031
JW
14#undef LWIP_DEBUG
15
16#define ETHARP_DEBUG LWIP_DBG_ON
17#define NETIF_DEBUG LWIP_DBG_ON
18#define PBUF_DEBUG LWIP_DBG_ON
19#define API_LIB_DEBUG LWIP_DBG_OFF
20#define API_MSG_DEBUG LWIP_DBG_OFF
21#define SOCKETS_DEBUG LWIP_DBG_OFF
22#define ICMP_DEBUG LWIP_DBG_OFF
23#define IGMP_DEBUG LWIP_DBG_OFF
24#define INET_DEBUG LWIP_DBG_OFF
25#define IP_DEBUG LWIP_DBG_ON
26#define IP_REASS_DEBUG LWIP_DBG_OFF
27#define RAW_DEBUG LWIP_DBG_OFF
28#define MEM_DEBUG LWIP_DBG_ON
29#define MEMP_DEBUG LWIP_DBG_ON
30#define SYS_DEBUG LWIP_DBG_OFF
31#define TCP_DEBUG LWIP_DBG_ON
32#define TCP_INPUT_DEBUG LWIP_DBG_ON
33#define TCP_FR_DEBUG LWIP_DBG_OFF
34#define TCP_RTO_DEBUG LWIP_DBG_OFF
35#define TCP_CWND_DEBUG LWIP_DBG_OFF
36#define TCP_WND_DEBUG LWIP_DBG_OFF
37#define TCP_OUTPUT_DEBUG LWIP_DBG_OFF
38#define TCP_RST_DEBUG LWIP_DBG_OFF
39#define TCP_QLEN_DEBUG LWIP_DBG_OFF
40#define UDP_DEBUG LWIP_DBG_OFF
41#define TCPIP_DEBUG LWIP_DBG_OFF
42#define PPP_DEBUG LWIP_DBG_OFF
43#define SLIP_DEBUG LWIP_DBG_OFF
44#define DHCP_DEBUG LWIP_DBG_OFF
45#define AUTOIP_DEBUG LWIP_DBG_OFF
46#define SNMP_MSG_DEBUG LWIP_DBG_OFF
47#define SNMP_MIB_DEBUG LWIP_DBG_OFF
48#define DNS_DEBUG LWIP_DBG_OFF
49
6e6d4a8b 50#endif
This page took 0.026416 seconds and 4 git commands to generate.