summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6/icmpv6_solicit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/icmpv6/icmpv6_solicit.c')
-rw-r--r--nuttx/net/icmpv6/icmpv6_solicit.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/net/icmpv6/icmpv6_solicit.c b/nuttx/net/icmpv6/icmpv6_solicit.c
index a03f6ba89..6e23119e0 100644
--- a/nuttx/net/icmpv6/icmpv6_solicit.c
+++ b/nuttx/net/icmpv6/icmpv6_solicit.c
@@ -80,7 +80,12 @@ static const uint16_t g_icmpv_mcastaddr[6] =
* Name: icmpv6_solicit
*
* Description:
- * Set up to send an ICMPv6 Neighbor Solicitation message
+ * Set up to send an ICMPv6 Neighbor Solicitation message. This version
+ * is for a standalone solicitation. If formats:
+ *
+ * - The Ethernet header
+ * - The IPv6 header
+ * - The ICMPv6 Neighbor Solicitation Message
*
* Parameters:
* dev - Reference to an Ethernet device driver structure