FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
ipsec_add_del_tunnel_args_t Struct Reference
+ Collaboration diagram for ipsec_add_del_tunnel_args_t:

Data Fields

u8 is_add
 
u8 esn
 
u8 anti_replay
 
ip4_address_t local_ip
 
ip4_address_t remote_ip
 
u32 local_spi
 
u32 remote_spi
 
ipsec_crypto_alg_t crypto_alg
 
u8 local_crypto_key_len
 
u8 local_crypto_key [128]
 
u8 remote_crypto_key_len
 
u8 remote_crypto_key [128]
 
ipsec_integ_alg_t integ_alg
 
u8 local_integ_key_len
 
u8 local_integ_key [128]
 
u8 remote_integ_key_len
 
u8 remote_integ_key [128]
 
u8 renumber
 
u32 show_instance
 

Detailed Description

Definition at line 157 of file ipsec.h.

Field Documentation

u8 ipsec_add_del_tunnel_args_t::anti_replay

Definition at line 161 of file ipsec.h.

ipsec_crypto_alg_t ipsec_add_del_tunnel_args_t::crypto_alg

Definition at line 165 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::esn

Definition at line 160 of file ipsec.h.

ipsec_integ_alg_t ipsec_add_del_tunnel_args_t::integ_alg

Definition at line 170 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::is_add

Definition at line 159 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::local_crypto_key[128]

Definition at line 167 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::local_crypto_key_len

Definition at line 166 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::local_integ_key[128]

Definition at line 172 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::local_integ_key_len

Definition at line 171 of file ipsec.h.

ip4_address_t ipsec_add_del_tunnel_args_t::local_ip

Definition at line 162 of file ipsec.h.

u32 ipsec_add_del_tunnel_args_t::local_spi

Definition at line 163 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::remote_crypto_key[128]

Definition at line 169 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::remote_crypto_key_len

Definition at line 168 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::remote_integ_key[128]

Definition at line 174 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::remote_integ_key_len

Definition at line 173 of file ipsec.h.

ip4_address_t ipsec_add_del_tunnel_args_t::remote_ip

Definition at line 162 of file ipsec.h.

u32 ipsec_add_del_tunnel_args_t::remote_spi

Definition at line 164 of file ipsec.h.

u8 ipsec_add_del_tunnel_args_t::renumber

Definition at line 175 of file ipsec.h.

u32 ipsec_add_del_tunnel_args_t::show_instance

Definition at line 176 of file ipsec.h.


The documentation for this struct was generated from the following file: