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 Tue Nov 27 14:11:51 2007 for anytun by  doxygen 1.5.1