From 7763f07327f3abce839a690df46ced3bfd1d3d09 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Sun, 7 Oct 2007 22:07:03 +0000 Subject: added doxygen generatet documentation --- doc/html/datatypes_8h.html | 396 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 396 insertions(+) create mode 100644 doc/html/datatypes_8h.html (limited to 'doc/html/datatypes_8h.html') diff --git a/doc/html/datatypes_8h.html b/doc/html/datatypes_8h.html new file mode 100644 index 0000000..137a5e0 --- /dev/null +++ b/doc/html/datatypes_8h.html @@ -0,0 +1,396 @@ + + +anytun: datatypes.h File Reference + + + + +
+
+
+
+

datatypes.h File Reference

+

+Go to the source code of this file. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Defines

#define SEQ_NR_T_NTOH(a)   ntohl(a)
#define SEQ_NR_T_HTON(a)   htonl(a)
#define SENDER_ID_T_NTOH(a)   ntohs(a)
#define SENDER_ID_T_HTON(a)   htons(a)
#define PAYLOAD_TYPE_T_NTOH(a)   ntohs(a)
#define PAYLOAD_TYPE_T_HTON(a)   htons(a)
#define AUTH_TAG_T_NTOH(a)   ntohl(a)
#define AUTH_TAG_T_HTON(a)   htonl(a)

Typedefs

typedef signed char int8_t
typedef unsigned char u_int8_t
typedef signed short int16
typedef unsigned short u_int16_t
typedef signed int int32
typedef unsigned int u_int32_t
typedef u_int32_t window_size_t
typedef u_int32_t seq_nr_t
typedef u_int16_t sender_id_t
typedef u_int16_t payload_type_t
typedef u_int32_t auth_tag_t
+


Define Documentation

+ +
+
+ + + + + + + + + +
#define AUTH_TAG_T_HTON (  )    htonl(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define AUTH_TAG_T_NTOH (  )    ntohl(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define PAYLOAD_TYPE_T_HTON (  )    htons(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define PAYLOAD_TYPE_T_NTOH (  )    ntohs(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define SENDER_ID_T_HTON (  )    htons(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define SENDER_ID_T_NTOH (  )    ntohs(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define SEQ_NR_T_HTON (  )    htonl(a)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
#define SEQ_NR_T_NTOH (  )    ntohl(a)
+
+
+ +

+ +

+

+


Typedef Documentation

+ +
+
+ + + + +
typedef u_int32_t auth_tag_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef signed short int16
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef signed int int32
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef signed char int8_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef u_int16_t payload_type_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef u_int16_t sender_id_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef u_int32_t seq_nr_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef unsigned short u_int16_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef unsigned int u_int32_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef unsigned char u_int8_t
+
+
+ +

+ +

+

+ +

+
+ + + + +
typedef u_int32_t window_size_t
+
+
+ +

+ +

+

+


Generated on Sun Oct 7 23:43:49 2007 for anytun by  + +doxygen 1.5.1
+ + -- cgit v1.2.3