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-11 08:54:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
/
api
History
fbernon
4e40fee1db
tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task
#7490
"Add return value to sys_mbox_post". tcpip_callback is always defined as "blocking" ("block" parameter = 1).
2008-01-10 21:47:52 +00:00
..
api_lib.c
tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field netconn::mbox (sys_mbox_t) per netconn::sem (sys_sem_t) for the task
#7490
"Add return value to sys_mbox_post".
2008-01-10 21:34:25 +00:00
api_msg.c
tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field netconn::mbox (sys_mbox_t) per netconn::sem (sys_sem_t) for the task
#7490
"Add return value to sys_mbox_post".
2008-01-10 21:34:25 +00:00
err.c
api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result" by err_t type. Add a new err_t code "ERR_INPROGRESS".
2007-12-13 23:06:49 +00:00
netbuf.c
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
netdb.c
Minor changes in lwip folder: fix some warnings, coding style, and rename "internal" netconn_alloc function.
2008-01-04 23:07:44 +00:00
netifapi.c
netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the common function to reduce a little bit the footprint (for all functions using only the "netif" parameter).
2007-10-05 13:34:48 +00:00
sockets.c
tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field netconn::mbox (sys_mbox_t) per netconn::sem (sys_sem_t) for the task
#7490
"Add return value to sys_mbox_post".
2008-01-10 21:34:25 +00:00
tcpip.c
tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task
#7490
"Add return value to sys_mbox_post". tcpip_callback is always defined as "blocking" ("block" parameter = 1).
2008-01-10 21:47:52 +00:00