Mercurial > ecos
annotate packages/net/lwip_tcpip/current/ChangeLog @ 2982:2155db306734
* include/lwipopts.h: Fix compilation error when compiling SNMP code.
[ Bugzilla 1001098 ]
| author | jld |
|---|---|
| date | Thu, 16 Dec 2010 21:33:26 +0000 |
| parents | 0ee78d0821ab |
| children | b97a185587c7 |
| rev | line source |
|---|---|
|
2982
2155db306734
* include/lwipopts.h: Fix compilation error when compiling SNMP code.
jld
parents:
2963
diff
changeset
|
1 2010-12-10 Christophe Coutand <ccoutand@stmi.com> |
|
2155db306734
* include/lwipopts.h: Fix compilation error when compiling SNMP code.
jld
parents:
2963
diff
changeset
|
2 |
|
2155db306734
* include/lwipopts.h: Fix compilation error when compiling SNMP code.
jld
parents:
2963
diff
changeset
|
3 * include/lwipopts.h: Fix compilation error when compiling SNMP |
|
2155db306734
* include/lwipopts.h: Fix compilation error when compiling SNMP code.
jld
parents:
2963
diff
changeset
|
4 code. |
|
2155db306734
* include/lwipopts.h: Fix compilation error when compiling SNMP code.
jld
parents:
2963
diff
changeset
|
5 |
|
2963
0ee78d0821ab
* include/network.h: Match braces when including from C++ code. Issue
jld
parents:
2936
diff
changeset
|
6 2010-08-02 John Dallaway <john@dallaway.org.uk> |
|
0ee78d0821ab
* include/network.h: Match braces when including from C++ code. Issue
jld
parents:
2936
diff
changeset
|
7 |
|
0ee78d0821ab
* include/network.h: Match braces when including from C++ code. Issue
jld
parents:
2936
diff
changeset
|
8 * include/network.h: Match braces when including from C++ code. |
|
0ee78d0821ab
* include/network.h: Match braces when including from C++ code. Issue
jld
parents:
2936
diff
changeset
|
9 Issue reported by Will Wagner. |
|
0ee78d0821ab
* include/network.h: Match braces when including from C++ code. Issue
jld
parents:
2936
diff
changeset
|
10 |
|
2936
22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
jld
parents:
2934
diff
changeset
|
11 2010-02-07 John Dallaway <john@dallaway.org.uk> |
|
22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
jld
parents:
2934
diff
changeset
|
12 |
|
22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
jld
parents:
2934
diff
changeset
|
13 * cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to |
|
22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
jld
parents:
2934
diff
changeset
|
14 match package macro name. |
|
22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
jld
parents:
2934
diff
changeset
|
15 |
|
2934
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
16 2010-01-25 Simon Kallweit <simon.kallweit@intefo.ch> |
|
2858
d01e3ad555ec
* src/netif/slipif.c (slipif_init): Prevent erase of NETIF_FLAG_UP bit in SLIP
jld
parents:
2729
diff
changeset
|
17 |
|
2934
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
18 * all: Updated to lwIP 1.3.2 |
|
2858
d01e3ad555ec
* src/netif/slipif.c (slipif_init): Prevent erase of NETIF_FLAG_UP bit in SLIP
jld
parents:
2729
diff
changeset
|
19 |
|
2375
7dc5d6a66645
* include/lwip/netif.h, include/lwip/inet.h: Added externC macro
asl
parents:
2200
diff
changeset
|
20 2007-03-22 John Eigelaar <jeigelaar@mweb.co.za> |
|
7dc5d6a66645
* include/lwip/netif.h, include/lwip/inet.h: Added externC macro
asl
parents:
2200
diff
changeset
|
21 |
|
7dc5d6a66645
* include/lwip/netif.h, include/lwip/inet.h: Added externC macro
asl
parents:
2200
diff
changeset
|
22 * include/lwip/netif.h, include/lwip/inet.h: Added externC macro |
|
7dc5d6a66645
* include/lwip/netif.h, include/lwip/inet.h: Added externC macro
asl
parents:
2200
diff
changeset
|
23 to public fucntions to make them C++ compliant. |
|
7dc5d6a66645
* include/lwip/netif.h, include/lwip/inet.h: Added externC macro
asl
parents:
2200
diff
changeset
|
24 |
|
2200
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
25 2006-05-09 Andrew Lunn <andrew.lunn@ascom.ch> |
|
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
26 |
|
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
27 * src/ecos/init.c (arp_timer): Only compile this function when |
|
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
28 Ethernet is supported. |
|
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
29 * include/lwipopts.h: PAP_SUPPORT & CHAP_SUPPORT must be either 0 |
|
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
30 or 1 otherwise we get compiler errors. |
|
5de1c0ccd020
* src/ecos/init.c (arp_timer): Only compile this function when
asl
parents:
2174
diff
changeset
|
31 |
| 2174 | 32 2006-03-26 Uwe Kindler <uwe_kindler@web.de> |
| 33 | |
| 34 * Updated the complete lwIP source to the latest lwIP | |
| 35 CVS version 1.1.1 | |
| 36 * src/ecos/init.c Added call to netif_set_up(netif) in | |
| 37 function lwip_set_addr() - this is required since lwIP | |
| 38 version 1.0.0 | |
| 39 * cdl/lwip_net.cdl Minor modifications for UDP configuration | |
| 40 options. Renamed CYGNUM_LWIP_TCPIP_THREAD_PRIORITY to | |
| 41 CYGNUM_LWIP_NETWORK_THREAD_PRIORITY and moved option outside | |
| 42 CYGPKG_LWIP_TCPIP component because the network thread needs to | |
| 43 run in all configurations. | |
| 44 * tests/nc_slave.c | |
| 45 * tests/tcpecho.c | |
| 46 * tests/udpecho.c | |
| 47 * tests/sockets.c | |
| 48 * tests/httpd.c Added eCos test infrastructure to tests and | |
| 49 made tests applicable depending on lwip configuration. | |
| 50 | |
|
2162
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
51 2006-03-15 Andrew Lunn <andrew.lunn@ascom.ch> |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
52 |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
53 * tests/nc_test_slave.c (nc_slave): Fix some of the compiler |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
54 warnings. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
55 |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
56 2006-03-13 Uwe Kindler <uwe_kindler@web.de> |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
57 |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
58 * cdl/lwip_net.cdl Changed default value of |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
59 CYGNUM_LWIP_MEMP_NUM_SYS_TIMEOUT (required for DHCP). |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
60 Replaced CYGPKG_LWIP_DHCP_OPTIONS with CYGPKG_LWIP_DHCP |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
61 and add CYGOPT_LWIP_DHCP_MANAGEMENT for automatic DHCP |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
62 management. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
63 * include/lwip/ip_addr.h Add macro ip_addr_netcmp() |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
64 (copied from lwIP CVS). |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
65 * include/netif/etharp.h Updated file to version of |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
66 lwIP CVS. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
67 * src/ecos/init.c Add include <pkgconf/net_lwip.h> |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
68 Add lwip_dhcp_fine_tmr() and lwip_dhcp_coarse_tmr() |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
69 for DHCP processing. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
70 Change tcpip_init_done() to start DHCP timers and |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
71 ARP timer. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
72 Changed lwip_set_addr() to properly setup IP adress |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
73 if DHCP is used. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
74 Added lwip_dhcp_init() for start of DHCP client. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
75 Removed start of ARP timer from ecosclue_init(). |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
76 * src/netif/etharp.c Updated file to version of |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
77 lwIP CVS. |
|
02b2b5ad1fef
* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
asl
parents:
2154
diff
changeset
|
78 |
|
2154
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
79 2006-03-02 Andrew Lunn <andrew.lunn@ascom.ch> |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
80 |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
81 * cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK, |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
82 CYGPKG_NET_STACK_INET and CYGPKG_NET_STACK_INET6 and say that we |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
83 implement a network stack and an IPv4 stack. Without these interfaces |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
84 some of the Ethernet device drivers won't be compiled. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
85 |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
86 2006-02-24 Uwe Kindler <uwe_kindler@web.de> |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
87 |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
88 * cdl/lwip_net.cdl: Changed names of configuration options |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
89 according to eCos configuration option naming convention in |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
90 component writers guide. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
91 * include/lwipopts.h: Changed mapping of eCos configuration |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
92 parameters to lwip configuration parameters. The mapping |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
93 was wrong because it expected a disabled eCos configuration |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
94 option is defined as 0 but a disabled eCos configuration option |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
95 is not defined. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
96 * include/lwip/api.h Enumeration values of netconn_type are |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
97 defined conditional now to avoid compiler warnings if these |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
98 values are not evaluated in a switch statement. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
99 * src/api/api_lib.c Compilation of code in several switch |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
100 statements is now conditional depending on configured |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
101 functionality. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
102 * src/api/sockets.c Compilation of some code is now conditional |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
103 depending on configured functionality. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
104 * src/ecos/init.c Changed initialisation values to match the |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
105 new configuration option names. |
|
464189c3749b
* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
asl
parents:
2101
diff
changeset
|
106 |
| 2101 | 107 2005-10-07 Uwe Kindler <uwe_kindler@web.de> |
| 108 | |
| 109 * src/core/tcp_in.c: pbuf_free() assert triggered by | |
| 110 NULLified inseg.p | |
| 111 * include/lwip/tcp.h Do no longer try to free pbuf | |
| 112 when TCP_EVENT_RECV() is called without a callback | |
| 113 handler, and without packet. | |
| 114 * tests/nc_test_slave.c Fixed test_printf and diag_printf | |
| 115 format strings that caused errors or warnings. | |
| 116 * tests/nc_test_slave.c Included <lwip/inet.h> - required | |
| 117 for compilation | |
| 118 * src/ecos/init.c Added structs ip_addr ipaddr, netmask and gw | |
| 119 in lwip_init() if loop interface is used | |
| 120 | |
|
1626
08e81f0c1712
src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.
jani
parents:
1624
diff
changeset
|
121 2004-05-05 Jani Monoses <jani@iv.ro> |
|
08e81f0c1712
src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.
jani
parents:
1624
diff
changeset
|
122 |
|
08e81f0c1712
src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.
jani
parents:
1624
diff
changeset
|
123 * src/netif/ppp/ppp.c: Decrease sleep period in main thread |
|
08e81f0c1712
src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.
jani
parents:
1624
diff
changeset
|
124 from 250ms to 1ms. Was a leftover of debugging the code and |
|
08e81f0c1712
src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.
jani
parents:
1624
diff
changeset
|
125 slowing things down. |
|
08e81f0c1712
src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.
jani
parents:
1624
diff
changeset
|
126 |
| 1624 | 127 2004-05-04 Jani Monoses <jani@iv.ro> |
| 128 | |
| 129 * cdl/lwip_net.cdl | |
| 130 * src/api/err.c | |
| 131 * src/api/tcpip.c | |
| 132 * src/api/sockets.c | |
| 133 * src/api/api_lib.c | |
| 134 * src/api/api_msg.c | |
| 135 * src/core/tcp_in.c | |
| 136 * src/core/ipv4/ip.c | |
| 137 * src/core/ipv4/ip_addr.c | |
| 138 * src/core/ipv4/ip_frag.c | |
| 139 * src/core/ipv4/icmp.c | |
| 140 * src/core/tcp_out.c | |
| 141 * src/core/mem.c | |
| 142 * src/core/raw.c | |
| 143 * src/core/tcp.c | |
| 144 * src/core/sys.c | |
| 145 * src/core/udp.c | |
| 146 * src/core/stats.c | |
| 147 * src/core/dhcp.c | |
| 148 * src/core/netif.c | |
| 149 * src/core/inet.c | |
| 150 * src/core/memp.c | |
| 151 * src/core/pbuf.c | |
| 152 * src/ecos/sio.c | |
| 153 * src/ecos/sys_arch.c | |
| 154 * src/ecos/init.c | |
| 155 * src/netif/ppp/vj.c | |
| 156 * src/netif/ppp/vj.h | |
| 157 * src/netif/ppp/randm.c | |
| 158 * src/netif/ppp/randm.h | |
| 159 * src/netif/ppp/vjbsdhdr.h | |
| 160 * src/netif/ppp/fsm.c | |
| 161 * src/netif/ppp/fsm.h | |
| 162 * src/netif/ppp/lcp.c | |
| 163 * src/netif/ppp/lcp.h | |
| 164 * src/netif/ppp/md5.c | |
| 165 * src/netif/ppp/md5.h | |
| 166 * src/netif/ppp/pap.c | |
| 167 * src/netif/ppp/pap.h | |
| 168 * src/netif/ppp/ppp.c | |
| 169 * src/netif/ppp/ppp.h | |
| 170 * src/netif/ppp/magic.c | |
| 171 * src/netif/ppp/magic.h | |
| 172 * src/netif/ppp/pppdebug.h | |
| 173 * src/netif/ppp/auth.c | |
| 174 * src/netif/ppp/auth.h | |
| 175 * src/netif/ppp/chap.c | |
| 176 * src/netif/ppp/chap.h | |
| 177 * src/netif/ppp/ipcp.c | |
| 178 * src/netif/ppp/ipcp.h | |
| 179 * src/netif/ppp/chpms.c | |
| 180 * src/netif/ppp/chpms.h | |
| 181 * src/netif/etharp.c | |
| 182 * src/netif/slipif.c | |
| 183 * src/netif/loopif.c | |
| 184 * tests/tcpecho.c | |
| 185 * tests/udpecho.c | |
| 186 * tests/nc_test_framework.h | |
| 187 * tests/nc_test_slave.c | |
| 188 * tests/httpd.c | |
| 189 * tests/sys_timeout.c | |
| 190 * tests/socket.c | |
| 191 * include/arch/cc.h | |
| 192 * include/arch/sys_arch.h | |
| 193 * include/arch/perf.h | |
| 194 * include/lwip/ip.h | |
| 195 * include/lwip/debug.h | |
| 196 * include/lwip/ip_addr.h | |
| 197 * include/lwip/api.h | |
| 198 * include/lwip/def.h | |
| 199 * include/lwip/err.h | |
| 200 * include/lwip/mem.h | |
| 201 * include/lwip/opt.h | |
| 202 * include/lwip/ip_frag.h | |
| 203 * include/lwip/raw.h | |
| 204 * include/lwip/sio.h | |
| 205 * include/lwip/tcp.h | |
| 206 * include/lwip/sys.h | |
| 207 * include/lwip/udp.h | |
| 208 * include/lwip/tcpip.h | |
| 209 * include/lwip/stats.h | |
| 210 * include/lwip/arch.h | |
| 211 * include/lwip/dhcp.h | |
| 212 * include/lwip/netif.h | |
| 213 * include/lwip/icmp.h | |
| 214 * include/lwip/inet.h | |
| 215 * include/lwip/memp.h | |
| 216 * include/lwip/pbuf.h | |
| 217 * include/lwip/snmp.h | |
| 218 * include/lwip/sockets.h | |
| 219 * include/lwip/api_msg.h | |
| 220 * include/netif/etharp.h | |
| 221 * include/netif/slipif.h | |
| 222 * include/netif/loopif.h | |
| 223 * include/network.h | |
| 224 * include/lwipopts.h : Initial import of the lwIP TCP/IP stack. | |
| 225 | |
| 226 //=========================================================================== | |
|
2934
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
227 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
228 // ------------------------------------------- |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
229 // This file is part of eCos, the Embedded Configurable Operating System. |
|
2936
22d29d9d2cec
* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
jld
parents:
2934
diff
changeset
|
230 // Copyright (C) 2004, 2010 Free Software Foundation |
| 1624 | 231 // |
|
2934
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
232 // eCos is free software; you can redistribute it and/or modify it under |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
233 // the terms of the GNU General Public License as published by the Free |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
234 // Software Foundation; either version 2 or (at your option) any later version. |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
235 // |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
236 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
237 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
238 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
239 // for more details. |
| 1624 | 240 // |
|
2934
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
241 // You should have received a copy of the GNU General Public License along |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
242 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
243 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
| 1624 | 244 // |
|
2934
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
245 // As a special exception, if other files instantiate templates or use macros |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
246 // or inline functions from this file, or you compile this file and link it |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
247 // with other works to produce a work based on this file, this file does not |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
248 // by itself cause the resulting work to be covered by the GNU General Public |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
249 // License. However the source code for this file must still be made available |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
250 // in accordance with section (3) of the GNU General Public License. |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
251 // |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
252 // This exception does not invalidate any other reasons why a work based on |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
253 // this file might be covered by the GNU General Public License. |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
254 // |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
255 // ------------------------------------------- |
|
d6c0c0e0431c
* net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
jld
parents:
2858
diff
changeset
|
256 //####ECOSGPLCOPYRIGHTEND#### |
| 1624 | 257 //=========================================================================== |
