embedded IPsec source code documentation


keil_bypass.h File Reference


Detailed Description

Test configuration: connection between any host and MCB167NET board (192.168.1.4) - IPsec is disabled (BYPASS for all packets).

Definition in file keil_bypass.h.

Go to the source code of this file.

Variables

sad_entry inbound_sad_config [IPSEC_MAX_SAD_ENTRIES]
spd_entry inbound_spd_config [IPSEC_MAX_SAD_ENTRIES]
sad_entry outbound_sad_config [IPSEC_MAX_SAD_ENTRIES]
spd_entry outbound_spd_config [IPSEC_MAX_SPD_ENTRIES]


Variable Documentation

sad_entry inbound_sad_config[IPSEC_MAX_SAD_ENTRIES]
 

Initial value:

inbound SAD configuration data

Definition at line 10 of file keil_bypass.h.

spd_entry inbound_spd_config[IPSEC_MAX_SAD_ENTRIES]
 

Initial value:

 {

        SPD_ENTRY(  192,168,1,0,     255,255,255,0,   192,168,1,3,     255,255,255,255,   0, 0,   0, POLICY_BYPASS, 0),
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY
}
inbound SPD configuration data

Definition at line 25 of file keil_bypass.h.

sad_entry outbound_sad_config[IPSEC_MAX_SAD_ENTRIES]
 

Initial value:

outbound SAD configuration data

Definition at line 44 of file keil_bypass.h.

spd_entry outbound_spd_config[IPSEC_MAX_SPD_ENTRIES]
 

Initial value:

 {

        SPD_ENTRY(  192,168,1,3,     255,255,255,255, 192,168,1,0,     255,255,255,0,   0, 0,   0,   POLICY_BYPASS,   0),
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY,
        EMPTY_SPD_ENTRY
}
outbound SPD configuration data

Definition at line 58 of file keil_bypass.h.


Copyright 2003 by Christian Scheurer and Niklaus Schild