FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ipip_types_api.h File Reference
+ Include dependency graph for ipip_types_api.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int ipip_tunnel_flags_decode (u8 _f, ipip_tunnel_flags_t *out)
 Conversion functions to/from (decode/encode) API types to VPP internal types. More...
 
u8 ipip_tunnel_flags_encode (ipip_tunnel_flags_t f)
 

Function Documentation

◆ ipip_tunnel_flags_decode()

int ipip_tunnel_flags_decode ( u8  _f,
ipip_tunnel_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

◆ ipip_tunnel_flags_encode()

u8 ipip_tunnel_flags_encode ( ipip_tunnel_flags_t  f)

Definition at line 42 of file ipip_types_api.c.

+ Here is the caller graph for this function: