lwip/src/api
2015-02-17 21:26:40 +01:00
..
api_lib.c patch #8481 Fix a couple of c&p mistakes in the error prints 2015-02-11 21:39:45 +01:00
api_msg.c api_msg_c: fixed compiler warning (added brackets in if statement) 2015-02-17 09:38:20 +01:00
err.c fixed bug #43110 (call getpeername() before listen() will cause a error) by re-sorting the error numbers and letting listen() continue on ERR_CONN 2014-09-02 22:34:53 +02:00
netbuf.c Parts of patch #8397 Typos corrected in comments and text outputs 2014-09-18 21:15:13 +02:00
netdb.c DNS: does not support IPv6, may return a name cased different than the request (when multiple requests are combined to one) 2014-09-15 21:56:29 +02:00
netifapi.c patch #7885: modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads) (based on patch by Artem Pisarenko) 2014-02-20 19:50:17 +01:00
pppapi.c PPPAPI, added const modifier on auth strings 2014-12-24 19:05:19 +01:00
sockets.c sockets.c: removed LWIP_TCPIP_CORE_LOCKING hack in lwip_sendto(): since all functions are static when LWIP_NETCONN==0, the speedup gained by this hack should now be minimal and not worth the duplicate code. 2015-02-17 21:26:40 +01:00
tcpip.c fixed bug #43094 "The function tcpip_input() forget to handle IPv6" 2015-02-11 21:36:46 +01:00