summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6/icmpv6_solicit.c
Commit message (Expand)AuthorAgeFilesLines
* Use common macro(s) for calculating link layer header length. From Brennan A...Gregory Nutt2015-04-131-9/+1
* Add some inclusions of nuttx/net.h to two files. Without these there can be ...Gregory Nutt2015-02-131-0/+1
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-241-1/+1
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-231-1/+6
* Networking: Need to set the IPv6 EtherType on outgoing IPv6 packetsGregory Nutt2015-01-231-0/+3
* Fix some errors in memcpy arguments. No ampersands on array arguments.Gregory Nutt2015-01-211-1/+1
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-211-11/+28
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-201-0/+10
* Networking: Add logic to search the Neighbor Table and update the destinatio...Gregory Nutt2015-01-201-0/+195