FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
BFD global declarations. More...
Go to the source code of this file.
Functions | |
vnet_api_error_t | bfd_udp_add_session (u32 sw_if_index, u32 desired_min_tx_us, u32 required_min_rx_us, u8 detect_mult, const ip46_address_t *local_addr, const ip46_address_t *peer_addr) |
vnet_api_error_t | bfd_udp_del_session (u32 sw_if_index, const ip46_address_t *local_addr, const ip46_address_t *peer_addr) |
vnet_api_error_t | bfd_session_set_flags (u32 bs_index, u8 admin_up_down) |
BFD global declarations.
Definition in file bfd_api.h.
vnet_api_error_t bfd_session_set_flags | ( | u32 | bs_index, |
u8 | admin_up_down | ||
) |
Definition at line 332 of file bfd_main.c.
vnet_api_error_t bfd_udp_add_session | ( | u32 | sw_if_index, |
u32 | desired_min_tx_us, | ||
u32 | required_min_rx_us, | ||
u8 | detect_mult, | ||
const ip46_address_t * | local_addr, | ||
const ip46_address_t * | peer_addr | ||
) |
vnet_api_error_t bfd_udp_del_session | ( | u32 | sw_if_index, |
const ip46_address_t * | local_addr, | ||
const ip46_address_t * | peer_addr | ||
) |