FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
bfd_api.h File Reference

BFD global declarations. More...

+ Include dependency graph for bfd_api.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

BFD global declarations.

Definition in file bfd_api.h.

Function Documentation

vnet_api_error_t bfd_session_set_flags ( u32  bs_index,
u8  admin_up_down 
)

Definition at line 332 of file bfd_main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 
)

Definition at line 223 of file bfd_udp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

vnet_api_error_t bfd_udp_del_session ( u32  sw_if_index,
const ip46_address_t *  local_addr,
const ip46_address_t *  peer_addr 
)

Definition at line 249 of file bfd_udp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: