incubator-nuttx/net/icmpv6
Gregory Nutt 0fb035f76b Standardize some naming in code section comments 2016-02-21 18:09:04 -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.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 nuttx/net: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:38:44 -06:00
icmpv6_ping.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
icmpv6_poll.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
icmpv6_radvertise.c
icmpv6_rnotify.c nuttx/net: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:38:44 -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