lwip/src/api
2015-04-22 10:29:43 +02:00
..
api_lib.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
api_msg.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02: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 Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
netdb.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
netifapi.c worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing) 2015-04-12 10:43:46 +02:00
pppapi.c PPP, PPPoL2TP, switched to dual stack IPv4/IPv6 2015-04-11 13:15:06 +02:00
sockets.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
tcpip.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00