lwip/src/api
2007-05-19 13:54:56 +00:00
..
api_lib.c Minor fixs to reduce footprint on the "recv part" of Sequential API... 2007-05-19 13:54:56 +00:00
api_msg.c Added #if !NO_SYS to most of the api files since they only work with a sys layer (makes it easier for port projects). 2007-05-18 11:27:46 +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 sockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi.h, netifapi.c, tcpip.c: Include a function pointer instead of a table index in the message to reduce footprint. Disable some part of lwip_send and lwip_sendto if some options are not set (LWIP_TCP, LWIP_UDP, LWIP_RAW). 2007-05-11 08:58:23 +00:00
sockets.c Minor fixs to reduce footprint on the "recv part" of Sequential API... 2007-05-19 13:54:56 +00:00
tcpip.c Added #if !NO_SYS to most of the api files since they only work with a sys layer (makes it easier for port projects). 2007-05-18 11:27:46 +00:00