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

Go to the source code of this file.

Functions

int ip_address_family_decode (int _af, ip_address_family_t *out)
 Conversion functions to/from (decode/encode) API types to VPP internal types. More...
 
int ip_address_family_encode (ip_address_family_t af)
 
int ip_proto_decode (int _af, ip_protocol_t *out)
 
int ip_proto_encode (ip_protocol_t af)
 
ip_dscp_t ip_dscp_decode (u8 _dscp)
 
u8 ip_dscp_encode (ip_dscp_t dscp)
 
ip46_type_t ip_address_decode (const struct _vl_api_address *in, ip46_address_t *out)
 Decode/Encode for struct/union types. More...
 
void ip_address_encode (const ip46_address_t *in, ip46_type_t type, struct _vl_api_address *out)
 
void ip6_address_encode (const ip6_address_t *in, vl_api_ip6_address_t out)
 
void ip6_address_decode (const vl_api_ip6_address_t in, ip6_address_t *out)
 
void ip4_address_encode (const ip4_address_t *in, vl_api_ip4_address_t out)
 
void ip4_address_decode (const vl_api_ip4_address_t in, ip4_address_t *out)
 
void ip_prefix_decode (const struct _vl_api_prefix *in, fib_prefix_t *out)
 
void ip_prefix_encode (const fib_prefix_t *in, struct _vl_api_prefix *out)
 
void ip_mprefix_decode (const struct _vl_api_mprefix *in, mfib_prefix_t *out)
 
void ip_mprefix_encode (const mfib_prefix_t *in, struct _vl_api_mprefix *out)
 

Function Documentation

◆ ip4_address_decode()

void ip4_address_decode ( const vl_api_ip4_address_t  in,
ip4_address_t out 
)

Definition at line 129 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip4_address_encode()

void ip4_address_encode ( const ip4_address_t in,
vl_api_ip4_address_t  out 
)

Definition at line 123 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip6_address_decode()

void ip6_address_decode ( const vl_api_ip6_address_t  in,
ip6_address_t out 
)

Definition at line 117 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip6_address_encode()

void ip6_address_encode ( const ip6_address_t in,
vl_api_ip6_address_t  out 
)

Definition at line 111 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip_address_decode()

ip46_type_t ip_address_decode ( const struct _vl_api_address *  in,
ip46_address_t *  out 
)

Decode/Encode for struct/union types.

◆ ip_address_encode()

void ip_address_encode ( const ip46_address_t *  in,
ip46_type_t  type,
struct _vl_api_address *  out 
)

◆ ip_address_family_decode()

int ip_address_family_decode ( int  _af,
ip_address_family_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 34 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip_address_family_encode()

int ip_address_family_encode ( ip_address_family_t  af)

Definition at line 51 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip_dscp_decode()

ip_dscp_t ip_dscp_decode ( u8  _dscp)

Definition at line 99 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip_dscp_encode()

u8 ip_dscp_encode ( ip_dscp_t  dscp)

Definition at line 105 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip_mprefix_decode()

void ip_mprefix_decode ( const struct _vl_api_mprefix *  in,
mfib_prefix_t out 
)

◆ ip_mprefix_encode()

void ip_mprefix_encode ( const mfib_prefix_t in,
struct _vl_api_mprefix *  out 
)

◆ ip_prefix_decode()

void ip_prefix_decode ( const struct _vl_api_prefix *  in,
fib_prefix_t out 
)

◆ ip_prefix_encode()

void ip_prefix_encode ( const fib_prefix_t in,
struct _vl_api_prefix *  out 
)

◆ ip_proto_decode()

int ip_proto_decode ( int  _af,
ip_protocol_t out 
)

Definition at line 66 of file ip_types_api.c.

+ Here is the caller graph for this function:

◆ ip_proto_encode()

int ip_proto_encode ( ip_protocol_t  af)

Definition at line 83 of file ip_types_api.c.

+ Here is the caller graph for this function: