You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
goldsimon 2e18a9be63 Added an overridable define to get informed when the tcpip_thread processes messages or timeouts to implement a watchdog. 16 years ago
..
api_lib.c Fixed compiling with different options disabled (TCP/UDP), triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled 16 years ago
api_msg.c Fixed compiling with different options disabled (TCP/UDP), triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled 16 years ago
err.c Add a new err_t, ERR_WOULDBLOCK in preparation for non-blocking send 16 years ago
netbuf.c bug #28659: Missing casts 16 years ago
netdb.c Added missing casts, use strlen + MEMCPY instead of strcpy (as that might overrun the buffer) 16 years ago
netifapi.c Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier. 16 years ago
sockets.c Make functions static where applicable, add default cases to switches where applicable, prevent old-style function prototypes (without arguments) 16 years ago
tcpip.c Added an overridable define to get informed when the tcpip_thread processes messages or timeouts to implement a watchdog. 16 years ago