goldsimon
|
d0026793bf
|
Cleaned up usage of sys.h a bit
|
2011-06-26 16:51:04 +00:00 |
|
goldsimon
|
5d360a6711
|
Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier.
|
2010-02-04 18:47:44 +00:00 |
|
goldsimon
|
e9940acb54
|
Updated comments on which sio-functions are used
|
2009-12-07 18:58:13 +00:00 |
|
goldsimon
|
cff3e0cad2
|
bug #26397: Added SLIP polling support (uses sio_tryread)
|
2009-08-26 21:06:18 +00:00 |
|
goldsimon
|
521d439a07
|
Added a configuration option for slipif for symmetry to loopif (patch #6480)
|
2008-06-17 20:14:05 +00:00 |
|
fbernon
|
e5a98b6a5b
|
Minor changes: fix some problems with PPPoE include path, add small comments in slip.c (unusual octal values?)
|
2007-11-30 17:22:20 +00:00 |
|
fbernon
|
8c847a85ae
|
Add a sanity check for PPP, and a #if !NO_SYS/#endif for slipif_loop
|
2007-09-12 19:16:44 +00:00 |
|
fbernon
|
90a3f88c08
|
Change parameters list for sys_thread_new (see "task #7252 : Create sys_thread_new_ex()"). Two new parameters have to be provided: a task name, and a task stack size. For this one, since it's platform dependant, you could define the best one for you in your lwipopts.h. For port maintainers, you can just add these new parameters in your sys_arch.c file, and but it's not mandatory, use them in your OS specific functions.
|
2007-09-05 16:14:28 +00:00 |
|
fbernon
|
85fef90c94
|
Add enum snmp_ifType in snmp.h, and use it in network interfaces for NETIF_INIT_SNMP
|
2007-08-31 10:14:09 +00:00 |
|
fbernon
|
9152d6671c
|
Comments Fix for Doxygen documentation
|
2007-08-09 22:21:44 +00:00 |
|
goldsimon
|
0e9cb48ea1
|
Changed define NETIF_INIT_SNMP(type, speed) to include the name of the struct netif to change...
|
2007-06-08 19:59:20 +00:00 |
|
goldsimon
|
945460c67e
|
Added define NETIF_INIT_SNMP(type, speed) to initialize per-netif snmp variables, added initialization of those to slipif and loopif.
|
2007-06-08 17:17:41 +00:00 |
|
goldsimon
|
b7e4d2a8ff
|
Done some work on task #1549 (function documentation) and minor changes to meet coding standard + added some comments to make the code easier to read.
|
2007-06-08 17:10:05 +00:00 |
|
goldsimon
|
75f7f21eb0
|
...and again replacing tab by spaces ;-)
|
2007-05-17 09:02:30 +00:00 |
|
goldsimon
|
c01e265e07
|
changes tabs to spaces
|
2007-05-17 08:55:50 +00:00 |
|
goldsimon
|
5c89228878
|
Fix bug #19729: free pbuf if netif->input() returns != ERR_OK.
|
2007-05-16 19:54:54 +00:00 |
|
christiaans
|
e1b215aa73
|
Introduced cc.h formatters and removed SO_REUSE from transport layers.
|
2005-11-25 12:03:38 +00:00 |
|
likewise
|
e11d57c883
|
Fixes bug #13807: slipif_input() garbles large (i.e. multiple pbufs) inbound datagrams.
|
2005-07-17 15:13:34 +00:00 |
|
kieranm
|
70cd10beae
|
23/02/2003 - Kieran Mansley - kieranm@gtemail.net
* Applied patch #2679
* Sets netif->flags at line 202 to NETIF_FLAG_POINTTOPOINT
|
2004-02-23 10:15:06 +00:00 |
|
likewise
|
e1c4bfad05
|
Merged from DEVEL, except for the API change in etharp.c.
|
2004-02-07 00:30:03 +00:00 |
|
likewise
|
e4a6d199fe
|
Merged from DEVEL into main tree.
|
2003-11-14 13:17:23 +00:00 |
|
marcbou
|
f0e0e72e4d
|
Patch #1623: Add missing pbuf_free() call after pbuf_chain() in slipif_input()
|
2003-06-19 10:30:13 +00:00 |
|
kieranm
|
8014551908
|
Changed DEBUGF to LWIP_DEBUGF
|
2003-06-10 10:45:29 +00:00 |
|
likewise
|
df99ce9d98
|
Replaced all tabs with two spaces (regardless of indentation is correct).
|
2003-06-09 21:14:47 +00:00 |
|
likewise
|
03bc7c868b
|
Major stylo search/replace for "One space between keyword and opening bracket."
|
2003-05-01 13:24:01 +00:00 |
|
jani
|
c60d0de919
|
Add sio.h containing interface to platform specific serial layer.Make slipif use it instead of defining extern functions.This is in preparation for PPP
|
2003-03-24 10:54:03 +00:00 |
|
jani
|
84697ce713
|
Add priority argument to thread sys_thread_new.Patch from floriZ but slightly modfied
|
2003-03-19 15:27:56 +00:00 |
|
jani
|
18df3961e9
|
byte-order handling functions are in inet.c now and the uperrcase counterparts are gone. opt.h has all the
configurable items debug does not need to be directly included.
|
2003-02-21 16:43:46 +00:00 |
|
jani
|
cc31bb9358
|
make netif->init return err_t instead of void.Patch from David Le Corfec
|
2003-02-20 11:51:53 +00:00 |
|
jani
|
ef68392388
|
renamed (hopefully everywhere) stats to lwip_stats.closes bug #1901
|
2002-12-18 12:49:01 +00:00 |
|
jani
|
a071cbf86c
|
Allocate PBUF_POOL_BUFSIZE at once not harcoded 128.Init MTU for slip - 1500 for
now needs a SLIP_MTU in opts (later).Add prototypes for low level sio callbacks.
|
2002-12-17 09:39:10 +00:00 |
|
jani
|
ecf0f56d33
|
Fix bug which eats pbufs if SLIP_END comes at a pbuf boundary.Also cleaned up and commented the code.
|
2002-11-14 08:03:25 +00:00 |
|
adamdunkels
|
01cccf4aee
|
Reformatted the code to make it consistent with the rest of lwIP.
|
2002-11-02 20:40:06 +00:00 |
|
likewise
|
bcb2600107
|
New file structure towards SLIP/PPP. Renamed tcp_*.c for 8.3 sake.
See lwip@sics.se Mon, 21 Oct 2002 magnus.ivarsson
|
2002-10-22 12:32:58 +00:00 |
|