FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
tunnel_types_api.h File Reference
+ Include dependency graph for tunnel_types_api.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int tunnel_encap_decap_flags_decode (vl_api_tunnel_encap_decap_flags_t _f, tunnel_encap_decap_flags_t *out)
 Conversion functions to/from (decode/encode) API types to VPP internal types. More...
 
vl_api_tunnel_encap_decap_flags_t tunnel_encap_decap_flags_encode (tunnel_encap_decap_flags_t f)
 
int tunnel_mode_decode (vl_api_tunnel_mode_t in, tunnel_mode_t *out)
 
vl_api_tunnel_mode_t tunnel_mode_encode (tunnel_mode_t in)
 

Function Documentation

◆ tunnel_encap_decap_flags_decode()

int tunnel_encap_decap_flags_decode ( vl_api_tunnel_encap_decap_flags_t  _f,
tunnel_encap_decap_flags_t out 
)

Conversion functions to/from (decode/encode) API types to VPP internal types.

These enum decode/encodes use 'int' as the type for the enum because one cannot forward declare an enum

Definition at line 30 of file tunnel_types_api.c.

+ Here is the caller graph for this function:

◆ tunnel_encap_decap_flags_encode()

vl_api_tunnel_encap_decap_flags_t tunnel_encap_decap_flags_encode ( tunnel_encap_decap_flags_t  f)

Definition at line 42 of file tunnel_types_api.c.

+ Here is the caller graph for this function:

◆ tunnel_mode_decode()

int tunnel_mode_decode ( vl_api_tunnel_mode_t  in,
tunnel_mode_t out 
)

Definition at line 48 of file tunnel_types_api.c.

+ Here is the caller graph for this function:

◆ tunnel_mode_encode()

vl_api_tunnel_mode_t tunnel_mode_encode ( tunnel_mode_t  in)

Definition at line 64 of file tunnel_types_api.c.

+ Here is the caller graph for this function: