aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/include/gnunet_tun_lib.h
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 9cc58e85c..b02c6c02e 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -241,7 +241,7 @@ GNUNET_TUN_initialize_ipv6_header (struct GNUNET_TUN_IPv6Header *ip,
241/** 241/**
242 * Calculate IPv4 TCP checksum. 242 * Calculate IPv4 TCP checksum.
243 * 243 *
244 * @param ipv4 header fully initialized 244 * @param ip ipv4 header fully initialized
245 * @param tcp TCP header (initialized except for CRC) 245 * @param tcp TCP header (initialized except for CRC)
246 * @param payload the TCP payload 246 * @param payload the TCP payload
247 * @param payload_length number of bytes of TCP payload 247 * @param payload_length number of bytes of TCP payload
@@ -255,7 +255,7 @@ GNUNET_TUN_calculate_tcp4_checksum (const struct GNUNET_TUN_IPv4Header *ip,
255/** 255/**
256 * Calculate IPv6 TCP checksum. 256 * Calculate IPv6 TCP checksum.
257 * 257 *
258 * @param ipv6 header fully initialized 258 * @param ip ipv6 header fully initialized
259 * @param tcp TCP header (initialized except for CRC) 259 * @param tcp TCP header (initialized except for CRC)
260 * @param payload the TCP payload 260 * @param payload the TCP payload
261 * @param payload_length number of bytes of TCP payload 261 * @param payload_length number of bytes of TCP payload
@@ -269,7 +269,7 @@ GNUNET_TUN_calculate_tcp6_checksum (const struct GNUNET_TUN_IPv6Header *ip,
269/** 269/**
270 * Calculate IPv4 UDP checksum. 270 * Calculate IPv4 UDP checksum.
271 * 271 *
272 * @param ipv4 header fully initialized 272 * @param ip ipv4 header fully initialized
273 * @param udp UDP header (initialized except for CRC) 273 * @param udp UDP header (initialized except for CRC)
274 * @param payload the UDP payload 274 * @param payload the UDP payload
275 * @param payload_length number of bytes of UDP payload 275 * @param payload_length number of bytes of UDP payload
@@ -284,7 +284,7 @@ GNUNET_TUN_calculate_udp4_checksum (const struct GNUNET_TUN_IPv4Header *ip,
284/** 284/**
285 * Calculate IPv6 UDP checksum. 285 * Calculate IPv6 UDP checksum.
286 * 286 *
287 * @param ipv6 header fully initialized 287 * @param ip ipv6 header fully initialized
288 * @param udp UDP header (initialized except for CRC) 288 * @param udp UDP header (initialized except for CRC)
289 * @param payload the UDP payload 289 * @param payload the UDP payload
290 * @param payload_length number of bytes of UDP payload 290 * @param payload_length number of bytes of UDP payload