FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
fib_api.h File Reference
+ Include dependency graph for fib_api.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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...
 
u8format_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)
 

Function Documentation

◆ 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()

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.

Definition at line 455 of file fib_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fib_api_table_id_decode()

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

Definition at line 44 of file fib_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fib_proto_from_api_address_family()

fib_protocol_t fib_proto_from_api_address_family ( int  af)

Definition at line 536 of file fib_api.c.

+ Here is the caller graph for this function:

◆ fib_proto_to_api_address_family()

int fib_proto_to_api_address_family ( fib_protocol_t  fproto)

Definition at line 551 of file fib_api.c.

+ Here is the caller graph for this function:

◆ format_vl_api_fib_path()

u8* format_vl_api_fib_path ( u8 s,
va_list *  args 
)

Definition at line 505 of file fib_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: