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 f01dc8cc34 more "const" fixes 11 years ago
..
ipv4 more "const" fixes 11 years ago
ipv6 more "const" fixes 11 years ago
snmp more "const" fixes 11 years ago
def.c changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent "symbol already defined" i.e. when linking to winsock 16 years ago
dhcp.c fixed more (tiny) warnings... 11 years ago
dns.c added more missing casts 11 years ago
inet_chksum.c Many const fixes throughout the stack (although these are not all, yet) 11 years ago
init.c Fixed PBUF_LINK_ENCAPSULATION_HLEN support 11 years ago
mem.c mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added another unit test 11 years ago
memp.c PPP, add PPPoS CB for PPPoS private data 11 years ago
netif.c worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing) 11 years ago
pbuf.c Many const fixes throughout the stack (although these are not all, yet) 11 years ago
raw.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; 11 years ago
stats.c More tiny code cleanups... 11 years ago
sys.c fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep' 15 years ago
tcp.c changed IP_IS_V6_VAL() to take an instance, not a pointer (to get the _val() functions the same) 11 years ago
tcp_in.c fixed some more missing casts... 11 years ago
tcp_out.c Many const fixes throughout the stack (although these are not all, yet) 11 years ago
timers.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; 11 years ago
udp.c added more missing casts 11 years ago