FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | mfib_api_path_encode (const fib_route_path_t *in, struct _vl_api_mfib_path *out) |
Encode and decode functions from the API types to internal types. More... | |
int | mfib_api_path_decode (struct _vl_api_mfib_path *in, fib_route_path_t *out) |
int | mfib_api_table_id_decode (fib_protocol_t fproto, u32 table_id, u32 *fib_index) |
int mfib_api_path_decode | ( | struct _vl_api_mfib_path * | in, |
fib_route_path_t * | out | ||
) |
void mfib_api_path_encode | ( | const fib_route_path_t * | in, |
struct _vl_api_mfib_path * | out | ||
) |
Encode and decode functions from the API types to internal types.
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.