FD.io VPP  v19.01.3-6-g70449b9b9
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
 
u8 udp_encap
 
u32 tx_table_id
 

Detailed Description

Definition at line 166 of file ipsec.h.

Field Documentation

◆ anti_replay

u8 ipsec_add_del_tunnel_args_t::anti_replay

Definition at line 170 of file ipsec.h.

◆ crypto_alg

ipsec_crypto_alg_t ipsec_add_del_tunnel_args_t::crypto_alg

Definition at line 174 of file ipsec.h.

◆ esn

u8 ipsec_add_del_tunnel_args_t::esn

Definition at line 169 of file ipsec.h.

◆ integ_alg

ipsec_integ_alg_t ipsec_add_del_tunnel_args_t::integ_alg

Definition at line 179 of file ipsec.h.

◆ is_add

u8 ipsec_add_del_tunnel_args_t::is_add

Definition at line 168 of file ipsec.h.

◆ local_crypto_key

u8 ipsec_add_del_tunnel_args_t::local_crypto_key[128]

Definition at line 176 of file ipsec.h.

◆ local_crypto_key_len

u8 ipsec_add_del_tunnel_args_t::local_crypto_key_len

Definition at line 175 of file ipsec.h.

◆ local_integ_key

u8 ipsec_add_del_tunnel_args_t::local_integ_key[128]

Definition at line 181 of file ipsec.h.

◆ local_integ_key_len

u8 ipsec_add_del_tunnel_args_t::local_integ_key_len

Definition at line 180 of file ipsec.h.

◆ local_ip

ip4_address_t ipsec_add_del_tunnel_args_t::local_ip

Definition at line 171 of file ipsec.h.

◆ local_spi

u32 ipsec_add_del_tunnel_args_t::local_spi

Definition at line 172 of file ipsec.h.

◆ remote_crypto_key

u8 ipsec_add_del_tunnel_args_t::remote_crypto_key[128]

Definition at line 178 of file ipsec.h.

◆ remote_crypto_key_len

u8 ipsec_add_del_tunnel_args_t::remote_crypto_key_len

Definition at line 177 of file ipsec.h.

◆ remote_integ_key

u8 ipsec_add_del_tunnel_args_t::remote_integ_key[128]

Definition at line 183 of file ipsec.h.

◆ remote_integ_key_len

u8 ipsec_add_del_tunnel_args_t::remote_integ_key_len

Definition at line 182 of file ipsec.h.

◆ remote_ip

ip4_address_t ipsec_add_del_tunnel_args_t::remote_ip

Definition at line 171 of file ipsec.h.

◆ remote_spi

u32 ipsec_add_del_tunnel_args_t::remote_spi

Definition at line 173 of file ipsec.h.

◆ renumber

u8 ipsec_add_del_tunnel_args_t::renumber

Definition at line 184 of file ipsec.h.

◆ show_instance

u32 ipsec_add_del_tunnel_args_t::show_instance

Definition at line 185 of file ipsec.h.

◆ tx_table_id

u32 ipsec_add_del_tunnel_args_t::tx_table_id

Definition at line 187 of file ipsec.h.

◆ udp_encap

u8 ipsec_add_del_tunnel_args_t::udp_encap

Definition at line 186 of file ipsec.h.


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