This website requires JavaScript.
Explore
Help
Register
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2025-08-11 17:04:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
/
core
/
ipv6
History
Ivan Delamer
73660f779b
changes to ip6addr_aton() to avoid crash with some ill-formatted
...
strings.
2015-05-05 13:26:17 -06:00
..
dhcp6.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
ethip6.c
Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t' pointer to take const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn)
2015-02-22 21:46:35 +01:00
icmp6.c
patch
#8027
: Completed HW checksuming for IPv4 and IPv6 ICMP's
2014-01-17 22:32:36 +01:00
inet6.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
ip6_addr.c
changes to ip6addr_aton() to avoid crash with some ill-formatted
2015-05-05 13:26:17 -06:00
ip6_frag.c
added more missing casts
2015-04-23 07:24:45 +02:00
ip6.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
mld6.c
more "const" fixes
2015-04-23 09:59:15 +02:00
nd6.c
Only send RS messages if we have a LL address in some state other than
2015-05-05 13:05:41 -06:00
README
Initial revision
2002-10-19 12:59:30 +00:00
README
IPv6 support in lwIP is very experimental.