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
/
api
History
Dirk Ziegelmeier
aea872431c
Fix naming of some inet_addr_* macros in inet.h
...
From inet4_addr_* to inet_addr_* - inet_addr is a "known word", don't change it
2016-11-25 22:13:12 +01:00
..
api_lib.c
I decided to keep the "complexity" of handling IPv6 mapped IPv4 addresses out of netconn API.
2016-11-17 12:41:00 +01:00
api_msg.c
bug
#49684
, api_msg: treat non-blocking ERR_MEM as ERR_WOULDBLOCK
2016-11-23 15:03:43 -06:00
err.c
Try to fix !defined(LWIP_PROVIDE_ERRNO)
2016-10-07 16:22:33 +02:00
netbuf.c
netbuf: Fixup a copule LWIP_ERROR messages
2016-08-31 12:23:12 +02:00
netdb.c
Fix naming of some inet_addr_* macros in inet.h
2016-11-25 22:13:12 +01:00
netifapi.c
Improve documentation: Some words about multiple execution contexts in lwIP
2016-09-29 12:51:45 +02:00
sockets.c
Fix naming of some inet_addr_* macros in inet.h
2016-11-25 22:13:12 +01:00
tcpip.c
Make lwIP compile with clang -Wdocumentation -> several documentation fixes
2016-10-09 12:21:39 +02:00