From b7603f860035a61b59877391fdc216434531c145 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 8 Jun 2007 12:52:46 +0000 Subject: [PATCH] Done some work on task #1549 (function documentation) --- src/core/ipv4/ip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/ipv4/ip.c b/src/core/ipv4/ip.c index 8194d694..94aab42c 100644 --- a/src/core/ipv4/ip.c +++ b/src/core/ipv4/ip.c @@ -419,6 +419,7 @@ ip_input(struct pbuf *p, struct netif *inp) { header and p->payload points to that IP header) * @param src the source IP address to send from (if src == IP_ADDR_ANY, the * IP address of the netif used to send is used as source address) + * @param dest the destination IP address to send the packet to * @param ttl the TTL value to be set in the IP header * @param tos the TOS value to be set in the IP header * @param proto the PROTOCOL to be set in the IP header