Go to the source code of this file.
◆ ADJ_BFD_STATES
◆ adj_bfd_delegate_t
◆ adj_bfd_state_t
Distillation of the BFD session states into a go/no-go for using the associated tracked adjacency.
◆ adj_bfd_state_t_
Distillation of the BFD session states into a go/no-go for using the associated tracked adjacency.
Enumerator |
---|
ADJ_BFD_STATE_DOWN | |
ADJ_BFD_STATE_UP | |
Definition at line 26 of file adj_bfd.c.
◆ adj_bfd_bfd_state_to_fib()
◆ adj_bfd_from_base()
◆ adj_bfd_from_const_base()
◆ adj_bfd_is_up()
◆ adj_bfd_main_init()
◆ adj_bfd_notify()
Callback function registered with BFD module to receive notifications of the CRUD of BFD sessions would be static but for the fact it's called from the unit-tests.
Definition at line 114 of file adj_bfd.c.
◆ adj_bfd_update_walk()
◆ adj_delegate_fmt_bfd()
Print a delegate that represents BFD tracking.
Definition at line 265 of file adj_bfd.c.
◆ abd_pool
Pool of delegates.
Definition at line 58 of file adj_bfd.c.
◆ adj_bfd_state_names
◆ adj_delegate_vft
Initial value:= {
}
static u8 * adj_delegate_fmt_bfd(const adj_delegate_t *aed, u8 *s)
Print a delegate that represents BFD tracking.
Definition at line 276 of file adj_bfd.c.