embedded IPsec source code documentation


phy_netconfig.h File Reference


Detailed Description

Test configuration: connection between any host and PhyCORE167-HS/E board (192.168.1.4) - dynamic SAD/SPD configuration over UDP port 500 ("ISAKMP light").

Definition in file phy_netconfig.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 phy_netconfig.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,4,     255,255,255,255,   IPSEC_PROTO_UDP, 0,   500, 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 phy_netconfig.h.

sad_entry outbound_sad_config[IPSEC_MAX_SAD_ENTRIES]
 

Initial value:

outbound SAD configuration data

Definition at line 44 of file phy_netconfig.h.

spd_entry outbound_spd_config[IPSEC_MAX_SPD_ENTRIES]
 

Initial value:

 {

        SPD_ENTRY(  192,168,1,4,     255,255,255,255, 192,168,1,0,     255,255,255,0,   IPSEC_PROTO_UDP,500,   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 phy_netconfig.h.


Copyright 2003 by Christian Scheurer and Niklaus Schild