FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ipip_types_api.c File Reference
+ Include dependency graph for ipip_types_api.c:

Go to the source code of this file.

Functions

 STATIC_ASSERT (sizeof(vl_api_ipip_tunnel_flags_t)==sizeof(ipip_tunnel_flags_t), "IPIP tunnel API and internal flags enum size differ")
 
int ipip_tunnel_flags_decode (vl_api_ipip_tunnel_flags_t f, ipip_tunnel_flags_t *o)
 
vl_api_ipip_tunnel_flags_t ipip_tunnel_flags_encode (ipip_tunnel_flags_t f)
 

Function Documentation

◆ ipip_tunnel_flags_decode()

int ipip_tunnel_flags_decode ( vl_api_ipip_tunnel_flags_t  f,
ipip_tunnel_flags_t o 
)

Definition at line 30 of file ipip_types_api.c.

+ Here is the caller graph for this function:

◆ ipip_tunnel_flags_encode()

vl_api_ipip_tunnel_flags_t 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:

◆ STATIC_ASSERT()

STATIC_ASSERT ( sizeof(vl_api_ipip_tunnel_flags_t)  = =sizeof(ipip_tunnel_flags_t),
"IPIP tunnel API and internal flags enum size differ"   
)