This website requires JavaScript.
Explore
Help
Sign In
scratch
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a99219ad1f2d03b11ee096e236d103d07f119b0c
lwip
/
src
/
core
/
ipv4
History
goldsimon
a99219ad1f
added missing casts
2010-07-12 09:34:17 +00:00
..
autoip.c
Fixed bug
#30039
: AutoIP does not reuse previous addresses
2010-06-14 20:27:14 +00:00
icmp.c
bug
#27352
: removed packing from ip_addr_t, the packed version is now only used in protocol headers. Added global storage for current src/dest IP address while in input functions.
2010-05-22 21:11:02 +00:00
igmp.c
added missing casts
2010-07-12 09:34:17 +00:00
inet_chksum.c
Fixed compiler warnings when casting where we know the source is aligned (by casting to void-pointer first)
2010-03-15 10:44:19 +00:00
inet.c
Cleanly separate the portability file inet.h and its contents from the stack: moved htonX- functions to def.h (and the new def.c - they are not ipv4 dependent), let inet.h depend on ip_addr.h and not the other way round. This fixes bug
#28732
.
2010-01-29 08:20:32 +00:00
ip_addr.c
Added ip_addr_netmask_valid() to check if a netmask is valid (starting with ones, then only zeros)
2010-07-05 14:20:58 +00:00
ip_frag.c
cleanup: fix minor build failures on unix
2010-06-28 13:24:14 +00:00
ip.c
task
#10495
: Added support for IP_MULTICAST_LOOP at socket- and raw-API level.
2010-07-12 09:34:11 +00:00