FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ip_types_api.c File Reference
+ Include dependency graph for ip_types_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define ip_protocol(n, s)
 
#define ip_protocol(n, s)
 

Functions

int ip_address_family_decode (int _af, ip_address_family_t *out)
 These enum decode/encodes use 'int' as the type for the enum becuase one cannot forward declare an enum. More...
 
int ip_address_family_encode (ip_address_family_t af)
 
int ip_proto_decode (int _ipp, ip_protocol_t *out)
 
int ip_proto_encode (ip_protocol_t ipp)
 
ip_dscp_t ip_dscp_decode (u8 in)
 
u8 ip_dscp_encode (ip_dscp_t dscp)
 
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)
 
static ip46_type_t ip_address_union_decode (const vl_api_address_union_t *in, vl_api_address_family_t af, ip46_address_t *out)
 
ip46_type_t ip_address_decode (const vl_api_address_t *in, ip46_address_t *out)
 
static void ip_address_union_encode (const ip46_address_t *in, vl_api_address_family_t af, vl_api_address_union_t *out)
 
void ip_address_encode (const ip46_address_t *in, ip46_type_t type, vl_api_address_t *out)
 
void ip_prefix_decode (const vl_api_prefix_t *in, fib_prefix_t *out)
 
void ip_prefix_encode (const fib_prefix_t *in, vl_api_prefix_t *out)
 
void ip_mprefix_encode (const mfib_prefix_t *in, vl_api_mprefix_t *out)
 
void ip_mprefix_decode (const vl_api_mprefix_t *in, mfib_prefix_t *out)
 

Macro Definition Documentation

#define ip_protocol (   n,
 
)
Value:
case IP_PROTOCOL_##s: \
*out = IP_PROTOCOL_##s; \
return (0);
#define ip_protocol (   n,
 
)
Value:
case IP_PROTOCOL_##s: \
return (clib_host_to_net_u32 (IP_PROTOCOL_##s));
#define vl_endianfun   /* define message structures */

Definition at line 23 of file ip_types_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 28 of file ip_types_api.c.

#define vl_printfun

Definition at line 29 of file ip_types_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 19 of file ip_types_api.c.

Function Documentation

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:

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:

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:

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:

ip46_type_t ip_address_decode ( const vl_api_address_t *  in,
ip46_address_t *  out 
)

Definition at line 161 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 178 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip_address_family_decode ( int  _af,
ip_address_family_t out 
)

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

Definition at line 34 of file ip_types_api.c.

+ Here is the caller graph for this function:

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:

static ip46_type_t ip_address_union_decode ( const vl_api_address_union_t *  in,
vl_api_address_family_t  af,
ip46_address_t *  out 
)
static

Definition at line 135 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void ip_address_union_encode ( const ip46_address_t *  in,
vl_api_address_family_t  af,
vl_api_address_union_t *  out 
)
static

Definition at line 167 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ip_dscp_t ip_dscp_decode ( u8  in)

Definition at line 99 of file ip_types_api.c.

+ Here is the caller graph for this function:

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:

void ip_mprefix_decode ( const vl_api_mprefix_t *  in,
mfib_prefix_t out 
)

Definition at line 236 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip_mprefix_encode ( const mfib_prefix_t in,
vl_api_mprefix_t *  out 
)

Definition at line 225 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip_prefix_decode ( const vl_api_prefix_t *  in,
fib_prefix_t out 
)

Definition at line 200 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip_prefix_encode ( const fib_prefix_t in,
vl_api_prefix_t *  out 
)

Definition at line 217 of file ip_types_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip_proto_decode ( int  _ipp,
ip_protocol_t out 
)

Definition at line 66 of file ip_types_api.c.

+ Here is the caller graph for this function:

int ip_proto_encode ( ip_protocol_t  ipp)

Definition at line 83 of file ip_types_api.c.

+ Here is the caller graph for this function: