lwip/src/core
2015-09-30 14:05:13 +02:00
..
ipv4 fixed coding style: use more () 2015-09-24 21:04:20 +02:00
ipv6 ip6addr_aton(): fail on three successive colons in an IPv6 address string 2015-09-30 14:05:13 +02:00
snmp MIB2_STATS: moved netif related mib2 counters into a struct (defined in stats.h), added ifInErrors/ifInUnkownProtos (now handled in etharp.c) and ifOutErrors 2015-09-28 08:50:21 +02:00
def.c changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent "symbol already defined" i.e. when linking to winsock 2010-05-16 15:09:55 +00:00
dhcp.c Removed ip_2_ip4/6_c const macros again now that ip_2_ip4/6 macros keep the original const'ness 2015-09-24 14:38:52 +02:00
dns.c Fixed bug #46071 Logic error in line 1473 in dns.c 2015-09-30 13:36:13 +02:00
inet_chksum.c Removed ip_2_ip4/6_c const macros again now that ip_2_ip4/6 macros keep the original const'ness 2015-09-24 14:38:52 +02:00
init.c fixed compiling for various config combinations 2015-09-17 22:19:37 +02:00
mem.c mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added another unit test 2014-12-10 09:48:50 +01:00
memp.c PPP, add PPPoS CB for PPPoS private data 2015-02-17 23:22:13 +01:00
netif.c fixed compiling LWIP_HAVE_LOOPIF after changing struct netif.ip6_addr to ip_addr_t 2015-09-24 07:58:29 +02:00
pbuf.c pbuf_take: make it comply with API specifications 2015-09-17 17:05:01 +02:00
raw.c Removed ip_2_ip4/6_c const macros again now that ip_2_ip4/6 macros keep the original const'ness 2015-09-24 14:38:52 +02:00
stats.c minor compiler warning fixes and coding style 2015-09-17 11:00:21 +02:00
sys.c fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep' 2011-11-23 20:58:19 +01:00
tcp_in.c fixed some printf formatters (mainly for window scaling code) 2015-09-17 21:33:25 +02:00
tcp_out.c eliminate temporary storage when using netif addresses for ip_addr_t* now that they have the correct type (ATTENTION: ip6_select_source_address() and ip4_netif_get_local_ip() now return ip_addr_t*!) 2015-09-24 14:34:24 +02:00
tcp.c Removed ip_2_ip4/6_c const macros again now that ip_2_ip4/6 macros keep the original const'ness 2015-09-24 14:38:52 +02:00
timers.c patch by Chrysn: patch #8704 fix sys_timeouts_sleeptime function 2015-08-18 21:38:08 +02:00
udp.c fixed compiler warnings where passing variable instance to ip_addr_isany 2015-09-28 07:56:52 +02:00