![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
BFD binary API implementation. More...
Include dependency graph for bfd_api.c:Go to the source code of this file.
Macros | |
| #define | vl_typedefs /* define message structures */ |
| #define | vl_endianfun /* define message structures */ |
| #define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
| #define | vl_printfun |
| #define | foreach_vpe_api_msg |
| #define | BFD_UDP_API_PARAM_COMMON_CODE |
| #define | BFD_UDP_API_PARAM_FROM_MP(mp) clib_net_to_host_u32 (mp->sw_if_index), &local_addr, &peer_addr |
| #define | vl_msg_name_crc_list |
BFD binary API implementation.
Definition in file bfd_api.c.
| #define BFD_UDP_API_PARAM_COMMON_CODE |
| #define BFD_UDP_API_PARAM_FROM_MP | ( | mp | ) | clib_net_to_host_u32 (mp->sw_if_index), &local_addr, &peer_addr |
| #define foreach_vpe_api_msg |
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
|
static |
| void bfd_event | ( | bfd_main_t * | bm, |
| bfd_session_t * | bs | ||
| ) |
| pub_sub_handler | ( | bfd_events | , |
| BFD_EVENTS | |||
| ) |
| void send_bfd_udp_session_details | ( | vl_api_registration_t * | reg, |
| u32 | context, | ||
| bfd_session_t * | bs | ||
| ) |
| void send_bfd_udp_session_event | ( | vl_api_registration_t * | reg, |
| u32 | pid, | ||
| bfd_session_t * | bs | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| VLIB_API_INIT_FUNCTION | ( | bfd_api_hookup | ) |