FD.io VPP  v19.08-23-g4b943d6
Vector Packet Processing
mfib_api.c File Reference
+ Include dependency graph for mfib_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
 

Functions

static vl_api_mfib_itf_flags_t mfib_api_path_itf_flags_encode (mfib_itf_flags_t flags)
 
void mfib_api_path_encode (const fib_route_path_t *in, vl_api_mfib_path_t *out)
 
static void mfib_api_path_itf_flags_decode (vl_api_mfib_itf_flags_t in, mfib_itf_flags_t *out)
 
int mfib_api_path_decode (vl_api_mfib_path_t *in, fib_route_path_t *out)
 
int mfib_api_table_id_decode (fib_protocol_t fproto, u32 table_id, u32 *fib_index)
 

Macro Definition Documentation

#define vl_endianfun   /* define message structures */

Definition at line 29 of file mfib_api.c.

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

Definition at line 34 of file mfib_api.c.

#define vl_printfun

Definition at line 35 of file mfib_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 25 of file mfib_api.c.

Function Documentation

int mfib_api_path_decode ( vl_api_mfib_path_t in,
fib_route_path_t out 
)

Definition at line 96 of file mfib_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void mfib_api_path_encode ( const fib_route_path_t in,
vl_api_mfib_path_t out 
)

Definition at line 69 of file mfib_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void mfib_api_path_itf_flags_decode ( vl_api_mfib_itf_flags_t  in,
mfib_itf_flags_t out 
)
static

Definition at line 78 of file mfib_api.c.

+ Here is the caller graph for this function:

static vl_api_mfib_itf_flags_t mfib_api_path_itf_flags_encode ( mfib_itf_flags_t  flags)
static

Definition at line 40 of file mfib_api.c.

+ Here is the caller graph for this function:

int mfib_api_table_id_decode ( fib_protocol_t  fproto,
u32  table_id,
u32 fib_index 
)

Definition at line 105 of file mfib_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: