FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
BFD global declarations. More...
Go to the source code of this file.
Data Structures | |
struct | bfd_udp_session_t |
Macros | |
#define | BFD_UDP_KEY_BODY |
Functions | |
typedef | CLIB_PACKED (struct{u32 sw_if_index;ip46_address_t local_addr;ip46_address_t peer_addr;}) bfd_udp_key_t |
void | bfd_add_udp_transport (vlib_main_t *vm, vlib_buffer_t *b, bfd_udp_session_t *bs) |
BFD global declarations.
Definition in file bfd_udp.h.
void bfd_add_udp_transport | ( | vlib_main_t * | vm, |
vlib_buffer_t * | b, | ||
bfd_udp_session_t * | bs | ||
) |
typedef CLIB_PACKED | ( | struct{u32 sw_if_index;ip46_address_t local_addr;ip46_address_t peer_addr;} | ) |