jani
|
c3fa5819fd
|
simplify MEM_ALIGN_SIZE macro
|
2003-05-06 11:24:42 +00:00 |
|
likewise
|
7e73e4728d
|
Made pbuf flags unsigned. Added "incoming broadcast" flag.
|
2003-05-03 09:44:09 +00:00 |
|
jani
|
4c3f44b0d2
|
add PPP_DEBUG option and align all options to teh same colums using spaces and no tabs.closes patch #1306 too
|
2003-05-01 09:36:08 +00:00 |
|
likewise
|
b031be753a
|
Patch #1308. Disabled, as one issue in dhcp.c (file field overloading) needs fix.
|
2003-05-01 09:03:20 +00:00 |
|
anderscarlman
|
084c45d3db
|
Added dummy parameters for the empty macros snmp_add_ifinoctets and
snmp_add_ifoutoctets in order to avoid compiler warnings.
|
2003-04-27 09:51:59 +00:00 |
|
likewise
|
12bb78a425
|
Either first or last packet can be queued through ARP_QUEUE_FIRST option.
|
2003-04-22 15:09:56 +00:00 |
|
jani
|
1204e461c8
|
add definitions for PF_UNSPEC and IPPROTO_IP
|
2003-04-22 13:37:14 +00:00 |
|
likewise
|
9bc16878ea
|
Fixed tabs into spaces. Fixed other stylos.
|
2003-04-16 07:39:48 +00:00 |
|
likewise
|
a1efd95d0f
|
hexadecimal notation for NETIF_FLAGS_
|
2003-04-15 12:44:15 +00:00 |
|
likewise
|
a8976fd367
|
Again accepted NULL to indicate IP_ADDR_ANY.
|
2003-04-15 09:16:39 +00:00 |
|
likewise
|
11e0cf6f40
|
Added NETIF_FLAG_LINK_UP. Not used yet.
|
2003-04-14 12:29:45 +00:00 |
|
likewise
|
dc1ac6107f
|
Disabled pbuf_dechain() as it not currently in use.
|
2003-04-14 12:17:08 +00:00 |
|
likewise
|
4bcfd81923
|
Macro IP_ADDR_ are cast non-const as lots of functions miss const qualifier for arguments.
|
2003-04-11 08:45:15 +00:00 |
|
likewise
|
f6a8994521
|
ip_addr_any and _broadcast are type-declared as being const.
|
2003-04-11 08:10:17 +00:00 |
|
davidhaas
|
0bce6f8974
|
Fixed bug where tearing down a connection would cause loss of memory.
|
2003-04-09 20:12:12 +00:00 |
|
jani
|
a3087737bd
|
initial PPP options
|
2003-04-07 08:54:18 +00:00 |
|
likewise
|
e36394e6cc
|
Only changes to comments.
|
2003-04-03 19:11:02 +00:00 |
|
likewise
|
af8f280811
|
Fixed ip_addr_set() to deal with IP_ADDR_ANY. Added "ip_addr.h" include.
|
2003-04-01 15:00:26 +00:00 |
|
likewise
|
7842a0190a
|
IP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BROADCAST).
For easier debugging of IP addresses.
|
2003-04-01 14:50:00 +00:00 |
|
likewise
|
1a72feb128
|
etharp_query() has error return type now. Matched dhcp.c with this change.
Added debug messages in other places.
|
2003-04-01 14:02:50 +00:00 |
|
likewise
|
a70f478ef1
|
Fixed pbuf_dechain() assertion. Removed old documentation from pbuf.h.
|
2003-03-31 11:39:48 +00:00 |
|
likewise
|
6c147709b6
|
Documentation changes. Added missing trailing newlines to debug messages.
|
2003-03-31 10:32:35 +00:00 |
|
likewise
|
c50f80da92
|
Corrected more pbuf.c functions to comply with pbuf->ref and ->tot_len invariant.
|
2003-03-30 22:24:10 +00:00 |
|
davidhaas
|
c4ff244c4e
|
Fixed minor compile issues.
|
2003-03-28 19:45:37 +00:00 |
|
likewise
|
002998cf49
|
Fixed bugs #2968 (ref count) and #2670 (total length).
Name of pbuf_unref() falsely suggests to undo pbuf_ref(), renamed to pbuf_take().
|
2003-03-28 08:49:05 +00:00 |
|
likewise
|
cf188ba15c
|
Brackets around debug in DEBUGF. Cleaned comments.
|
2003-03-26 00:31:24 +00:00 |
|
likewise
|
fa34d51b7e
|
Added documentation and comments.
|
2003-03-25 12:59:42 +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 |
|
likewise
|
6457b93a1f
|
Made some flag defines unsigned.
|
2003-03-24 10:30:12 +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
|
0846206bc0
|
rename STATS to LWIP_STATS and make it checked by #if not #ifdef.The rest of the _STATS defines should follow
|
2003-03-19 12:37:46 +00:00 |
|
jani
|
441e9b8431
|
add tcpip_callback patch from Marc
|
2003-03-19 11:23:46 +00:00 |
|
davidhaas
|
2673568cfd
|
Added default settings for DBG_MIN_LEVEL and definitions for the possible
levels.
|
2003-03-17 16:59:22 +00:00 |
|
likewise
|
d47ef79c04
|
Moved DBG_MIN_LEVEL out of here to lwipopts.h
|
2003-03-11 14:16:27 +00:00 |
|
likewise
|
400ff200ee
|
Added comments on some ARP options.
|
2003-03-11 13:57:25 +00:00 |
|
likewise
|
aa84869fdb
|
Fixed cyclic dependency by including netif.h. Not sure if this breaks other compilers?
|
2003-03-10 16:09:41 +00:00 |
|
likewise
|
bd6b1a0237
|
DBG_TYPES_ON added (must be overridden in lwipopts.h).
|
2003-03-10 16:08:52 +00:00 |
|
likewise
|
adf088e575
|
DBG_TYPES_ON removed (must be in lwipopts.h instead).
|
2003-03-10 16:07:50 +00:00 |
|
jani
|
8613f2a48e
|
factor out netif_set_addr so address of netif can be changed
|
2003-03-07 10:55:58 +00:00 |
|
jani
|
f308f7cc80
|
Add sys_untimeout stub in case of NO_SYS
|
2003-03-07 10:29:25 +00:00 |
|
jani
|
eb1a41f3c9
|
socket functions use socklen_t, patch from floriZ.Also set/getsockopt use void * instead of char * as fourth arg
|
2003-03-03 10:29:21 +00:00 |
|
davidhaas
|
ee2c049518
|
Fixed build for coldfire after last debug.h and opt.h changes.
|
2003-02-25 21:46:04 +00:00 |
|
jani
|
bcfc7173f3
|
default value for NO_SYS
|
2003-02-24 13:57:39 +00:00 |
|
jani
|
d390ca7056
|
cleaned up opt.h a bit, added more option defaults ad changed SYS_LIGHTWEIGHT_PROT to be a 0/1 define.The same for COMPAT_SOCKET
|
2003-02-24 10:49:05 +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
|
d372121d6e
|
dhcp.h and ip.h declare struct netif and don't include netif.h to avoid warnings.
|
2003-02-20 17:16:30 +00:00 |
|
jani
|
8e9aa84070
|
do not directly include lwipopts.h but lwip/opt.h instead
|
2003-02-20 16:32:22 +00:00 |
|
jani
|
6319ffbcb8
|
delete ethernetif.h
|
2003-02-20 15:23:04 +00:00 |
|
likewise
|
d1c03cbd69
|
Fixed some issues open after merging 'leon-dhcp'.
|
2003-02-20 14:35:40 +00:00 |
|
likewise
|
37629fc1b6
|
Fixed some issues open after merging 'leon-dhcp'. Added new debugging.
|
2003-02-20 13:13:51 +00:00 |
|