[hipl-commit] [trunk] Rev 3548: Doxygen for cache_port.c

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 8 Feb 2010 13:55:37 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Mon Feb 08 13:55:36 2010 +0200
Revision: 3548
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Doxygen for cache_port.c

Modified:
  M  firewall/cache_port.c

=== modified file 'firewall/cache_port.c'
--- firewall/cache_port.c       2010-02-08 11:52:49 +0000
+++ firewall/cache_port.c       2010-02-08 11:55:36 +0000
@@ -18,7 +18,7 @@
  * @brief Cache TCP and UDP port numbers for inbound HIP-related connections 
to optimize LSI translation
  *
  * @author Miika Komu <miika@xxxxxx>
- **/
+ */
 
 #include "cache_port.h"
 #include "cache.h"
@@ -56,6 +56,8 @@
  *
  * @param port the TCP or UDP port to search for
  * @param proto the protocol (IPPROTO_UDP, IPPROTO_TCP or IPPROTO_ICMPV6)
+ *
+ * @return the cache entry if found or NULL otherwise
  */
 firewall_port_cache_hl_t *firewall_port_cache_db_match(
                                in_port_t port,

Other related posts:

  • » [hipl-commit] [trunk] Rev 3548: Doxygen for cache_port.c - Miika Komu