lwip/src/api
2007-10-22 20:01:16 +00:00
..
api_lib.c Removed check for conn->err for functions whose counterparts in api_msg.c also do the check (1. remove redundant code, 2. check is better done in tcpip thread context) 2007-10-22 20:01:16 +00:00
api_msg.c Minor coding style fixes, added comment 2007-10-22 19:59:52 +00:00
err.c Comments Fix for Doxygen documentation 2007-08-09 22:21:44 +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
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 Minor fix (remove warning) 2007-10-10 08:13:58 +00:00
tcpip.c Minor change (define DHCP_COARSE_TIMER_MSECS - using DHCP_COARSE_TIMER_SECS - to use milliseconds like all others timers) 2007-10-15 21:31:42 +00:00