Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

common.h File Reference

#include "config.h"
#include <stdint.h>
#include <openssl/bn.h>
#include "logging.h"
#include "utils.h"

Go to the source code of this file.

Defines

#define IKEv2_RET_OK   0
#define IKEv2_RET_ERRMEMALLOC   1
#define IKEv2_RET_ERRWRONGSPI   2
#define IKEv2_RET_ERRPARAMETERS   3
#define IKEv2_RET_ERRNOSESSION   4
#define IKEv2_RET_FAILED   5
#define IKEv2_RET_ERRCONFIGFILE   6
#define EAP_IKEv2_KEY_LEN   256

Enumerations

enum  bool { false = 0, true = -1 }


Define Documentation

#define EAP_IKEv2_KEY_LEN   256
 

#define IKEv2_RET_ERRCONFIGFILE   6
 

#define IKEv2_RET_ERRMEMALLOC   1
 

#define IKEv2_RET_ERRNOSESSION   4
 

#define IKEv2_RET_ERRPARAMETERS   3
 

#define IKEv2_RET_ERRWRONGSPI   2
 

#define IKEv2_RET_FAILED   5
 

#define IKEv2_RET_OK   0
 

Purpose: for testing DHCount behaviour Uncomment it to force intiator for using the same everytime dhgroup define IKE_FORCE_SAME_DHG define IKE_FORCE_SAME_REKEYING_DHG


Enumeration Type Documentation

enum bool
 

Enumerator:
false 
true 


Project hosted by: SourceForge.net Logo