Go to the source code of this file.
|
void | fib_api_path_encode (const fib_route_path_t *api_rpath, struct _vl_api_fib_path *out) |
| Encode and decode functions from the API types to internal types. More...
|
|
int | fib_api_path_decode (struct _vl_api_fib_path *in, fib_route_path_t *out) |
|
int | fib_api_table_id_decode (fib_protocol_t fproto, u32 table_id, u32 *fib_index) |
|
int | fib_api_route_add_del (u8 is_add, u8 is_multipath, u32 fib_index, const fib_prefix_t *prefix, fib_entry_flag_t entry_flags, fib_route_path_t *rpaths) |
| Adding routes from the API. More...
|
|
u8 * | format_vl_api_fib_path (u8 *s, va_list *args) |
|
fib_protocol_t | fib_proto_from_api_address_family (int af) |
|
int | fib_proto_to_api_address_family (fib_protocol_t fproto) |
|
◆ fib_api_path_decode()
int fib_api_path_decode |
( |
struct _vl_api_fib_path * |
in, |
|
|
fib_route_path_t * |
out |
|
) |
| |
◆ fib_api_path_encode()
void fib_api_path_encode |
( |
const fib_route_path_t * |
api_rpath, |
|
|
struct _vl_api_fib_path * |
out |
|
) |
| |
Encode and decode functions from the API types to internal types.
◆ fib_api_route_add_del()
Adding routes from the API.
Definition at line 456 of file fib_api.c.
◆ fib_api_table_id_decode()
◆ fib_proto_from_api_address_family()
◆ fib_proto_to_api_address_family()
◆ format_vl_api_fib_path()
u8* format_vl_api_fib_path |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |