API Reference Manual
1.46.0
|
IPSEC tunnel parameters. More...
#include <ipsec_types.h>
Data Fields | |
odp_ipsec_tunnel_type_t | type |
Tunnel type: IPv4 or IPv6. More... | |
struct { | |
odp_ipsec_ipv4_param_t ipv4 | |
IPv4 header parameters. | |
odp_ipsec_ipv6_param_t ipv6 | |
IPv6 header parameters. | |
}; | |
Tunnel type specific parameters. | |
IPSEC tunnel parameters.
These parameters are used to build outbound tunnel headers. All values are passed in CPU native byte / bit order if not specified otherwise. IP addresses must be in NETWORK byte order as those are passed in with pointers and copied byte-by-byte from memory to the packet.
Definition at line 660 of file api/spec/ipsec_types.h.
odp_ipsec_tunnel_type_t odp_ipsec_tunnel_param_t::type |
Tunnel type: IPv4 or IPv6.
The default is IPv4.
Definition at line 662 of file api/spec/ipsec_types.h.