lwip/src/api
2007-04-24 08:35:19 +00:00
..
api_lib.c * sys.h, api_lib.c: Provide new sys_mbox_tryfetch function. 2007-04-11 15:41:03 +00:00
api_msg.c Fix mistakes in netconn's error field checking. 2007-04-05 21:11:16 +00:00
err.c Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO on UDP sockets/netconn. 2007-03-08 20:58:46 +00:00
netifapi.c opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_API allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp clients, using new functions from netifapi.h. Disable as default (no port change to do). 2007-04-06 10:09:24 +00:00
sockets.c sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant. 2007-04-05 16:49:33 +00:00
tcpip.c Added some more LWIP_UNUSED_ARG()s 2007-04-24 08:35:19 +00:00