lwip/src/api
2008-07-16 20:36:12 +00:00
..
api_lib.c tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field netconn::sem per netconn::op_completed like suggested for the task #7490 "Add return value to sys_mbox_post". 2008-01-12 11:52:21 +00:00
api_msg.c removed invalid call to tcp_connect() in do_close_internal() 2008-07-15 11:18:58 +00:00
err.c * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to 2008-05-09 12:14:23 +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 Fixed some warnings, changed some debug defines to include better names 2008-07-16 20:36:12 +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 * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to 2008-05-09 12:14:23 +00:00
tcpip.c Fix typo, add comment 2008-06-27 20:34:51 +00:00