16 #ifndef __MFIB_API_H__ 17 #define __MFIB_API_H__ 24 struct _vl_api_mfib_path;
30 struct _vl_api_mfib_path *out);
A representation of a path as described by a route producer.
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)
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
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.