Go to the source code of this file.
|
int | fib_api_table_id_decode (fib_protocol_t fproto, u32 table_id, u32 *fib_index) |
|
int | fib_api_mtable_id_decode (fib_protocol_t fproto, u32 table_id, u32 *fib_index) |
|
static void | fib_api_next_hop_decode (const vl_api_fib_path_t *in, ip46_address_t *out) |
|
static vl_api_fib_path_nh_proto_t | fib_api_path_dpo_proto_to_nh (dpo_proto_t dproto) |
|
static void | fib_api_next_hop_encode (const fib_route_path_t *rpath, vl_api_fib_path_t *fp) |
|
static int | fib_api_path_nh_proto_to_dpo (vl_api_fib_path_nh_proto_t pp, dpo_proto_t *dproto) |
|
int | fib_api_path_decode (vl_api_fib_path_t *in, fib_route_path_t *out) |
|
void | fib_api_path_encode (const fib_route_path_t *rpath, vl_api_fib_path_t *out) |
|
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) |
|
int | fib_proto_from_api_address_family (vl_api_address_family_t af, fib_protocol_t *out) |
|
vl_api_address_family_t | fib_proto_to_api_address_family (fib_protocol_t fproto) |
|
◆ vl_endianfun
#define vl_endianfun /* define message structures */ |
◆ vl_print
◆ vl_printfun
◆ vl_typedefs
#define vl_typedefs /* define message structures */ |
◆ fib_api_mtable_id_decode()
◆ fib_api_next_hop_decode()
static void fib_api_next_hop_decode |
( |
const vl_api_fib_path_t * |
in, |
|
|
ip46_address_t * |
out |
|
) |
| |
|
static |
◆ fib_api_next_hop_encode()
static void fib_api_next_hop_encode |
( |
const fib_route_path_t * |
rpath, |
|
|
vl_api_fib_path_t * |
fp |
|
) |
| |
|
static |
◆ fib_api_path_decode()
◆ fib_api_path_dpo_proto_to_nh()
static vl_api_fib_path_nh_proto_t fib_api_path_dpo_proto_to_nh |
( |
dpo_proto_t |
dproto | ) |
|
|
static |
◆ fib_api_path_encode()
void fib_api_path_encode |
( |
const fib_route_path_t * |
rpath, |
|
|
vl_api_fib_path_t * |
out |
|
) |
| |
◆ fib_api_path_nh_proto_to_dpo()
static int fib_api_path_nh_proto_to_dpo |
( |
vl_api_fib_path_nh_proto_t |
pp, |
|
|
dpo_proto_t * |
dproto |
|
) |
| |
|
static |
◆ fib_api_route_add_del()
Adding routes from the API.
Definition at line 460 of file fib_api.c.
◆ fib_api_table_id_decode()
◆ fib_proto_from_api_address_family()
int fib_proto_from_api_address_family |
( |
vl_api_address_family_t |
af, |
|
|
fib_protocol_t * |
out |
|
) |
| |
◆ fib_proto_to_api_address_family()
vl_api_address_family_t fib_proto_to_api_address_family |
( |
fib_protocol_t |
fproto | ) |
|
◆ format_vl_api_fib_path()
u8* format_vl_api_fib_path |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |