This website requires JavaScript.
Explore
Help
Register
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2025-08-12 09:24:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
/
include
History
fbernon
c31b405af6
Minor changes in DNS client.
2007-11-20 21:37:04 +00:00
..
ipv4
/lwip
Moved inet files into ipv4/ipv6 directory; splitted inet.c/inet.h into inet and chksum part; changed includes in all lwIP files as appropriate
2007-11-16 19:31:10 +00:00
ipv6
/lwip
Minor changes (but in lot of files): add #if/#endif for options where they could miss. #if LWIP_xxx if always put after #include "lwip/opt.h" (note this one indirectly include cc.h). Move others includes inside #if/#endif block.
2007-09-07 23:01:59 +00:00
lwip
Minor changes in DNS client.
2007-11-20 21:37:04 +00:00
netif
Changed initialization: many init functions are not needed any more since we now rely on the compiler initializing global and static variables to zero!
2007-10-09 19:59:56 +00:00