incubator-nuttx/net/icmp
Gregory Nutt b756df982d net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
..
Kconfig Networking: Make a home for ICMPv6 2015-01-14 14:26:50 -06:00
Make.defs Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper renaming and removal of IPv4 logic, (2) remove IPv6 logic from files in net/icmp, (3) copied include/nuttx/icmp.h to icmpv6.h and removed IPv4 specific logic, (4) removed all IPv6 logic from icmp.h, (5) IP_HDRLEN became IPv4_HDRLEN and IPv6_HDRLEN, (6) ip_chksum() became ipv4_chksum() and ipv6_chksum(), and (7) added partial support for ICMPv6 statistics. 2015-01-14 16:10:38 -06:00
icmp.h Networking: Misck IPv6 detanglement 2015-01-15 12:19:44 -06:00
icmp_input.c Networking: Clean up network status collection and presentation for IPv6 2015-01-24 08:26:12 -06:00
icmp_ping.c net/: Lots of build problems introduced into multiple NIC support. Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6 that was never compiled with MULTINIC enabled. Still some problem with parameter passing. 2015-02-09 18:15:34 -06:00
icmp_poll.c Networking: Update ICMPv6 logic to RFCs 2015-01-20 11:06:51 -06:00
icmp_send.c Networking: Clean up network status collection and presentation for IPv6 2015-01-24 08:26:12 -06:00