incubator-nuttx/net/icmpv6
Gregory Nutt 6af3ba78b9 Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general. 2015-12-01 07:48:56 -06:00
..
Kconfig Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general. 2015-12-01 07:48:56 -06:00
Make.defs ICMPv6: Add option to send Router Advertisement Messages. 2015-02-05 09:28:00 -06:00
icmpv6.h Networking: Modify how callback structures are stored to avoid another potential use of a stal pointer. 2015-06-03 08:11:57 -06:00
icmpv6_advertise.c Add some inclusions of nuttx/net.h to two files. Without these there can be compilation errors in certain configurations. From Max Neklyudov. 2015-02-13 13:43:19 -06:00
icmpv6_autoconfig.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
icmpv6_input.c Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events. 2015-05-28 12:01:38 -06:00
icmpv6_neighbor.c Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in 2015-05-27 11:39:44 -06:00
icmpv6_notify.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
icmpv6_ping.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
icmpv6_poll.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
icmpv6_radvertise.c Forgot to add this file before a previous commit 2015-02-05 09:43:07 -06:00
icmpv6_rnotify.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
icmpv6_rsolicit.c Use common macro(s) for calculating link layer header length. From Brennan Ashton. 2015-04-13 13:53:13 -06:00
icmpv6_solicit.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00