FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | mfib_api_path_encode (const fib_route_path_t *in, vl_api_mfib_path_t *out) |
Encode and decode functions from the API types to internal types. More... | |
int | mfib_api_path_decode (vl_api_mfib_path_t *in, fib_route_path_t *out) |
mfib_entry_flags_t | mfib_api_path_entry_flags_decode (vl_api_mfib_entry_flags_t in) |
int | mfib_api_table_id_decode (fib_protocol_t fproto, u32 table_id, u32 *fib_index) |
int mfib_api_path_decode | ( | vl_api_mfib_path_t * | in, |
fib_route_path_t * | out | ||
) |
Definition at line 100 of file mfib_api.c.
void mfib_api_path_encode | ( | const fib_route_path_t * | in, |
vl_api_mfib_path_t * | out | ||
) |
Encode and decode functions from the API types to internal types.
Definition at line 53 of file mfib_api.c.
mfib_entry_flags_t mfib_api_path_entry_flags_decode | ( | vl_api_mfib_entry_flags_t | in | ) |
int mfib_api_table_id_decode | ( | fib_protocol_t | fproto, |
u32 | table_id, | ||
u32 * | fib_index | ||
) |
Definition at line 109 of file mfib_api.c.