From 809b470ce90e53c532dfebc44c2e7c169c33402f Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 7 Dec 2007 17:46:13 +0000 Subject: removed doxygen folders from svn --- doc/html/datatypes_8h.html | 396 --------------------------------------------- 1 file changed, 396 deletions(-) delete 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 deleted file mode 100644 index 94147ce..0000000 --- a/doc/html/datatypes_8h.html +++ /dev/null @@ -1,396 +0,0 @@ - - -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 Mon Dec 3 11:49:24 2007 for anytun by  - -doxygen 1.5.1
- - -- cgit v1.2.3