OpenSDN source code
|
#include <bfd_session.h>
Public Member Functions | |
BFDStats () | |
Public Attributes | |
int | rx_count |
int | tx_count |
int | rx_error_count |
int | tx_error_count |
uint32_t | receive_timer_expired_count |
uint32_t | send_timer_expired_count |
Definition at line 38 of file bfd_session.h.
|
inline |
Definition at line 39 of file bfd_session.h.
uint32_t BFD::BFDStats::receive_timer_expired_count |
Definition at line 48 of file bfd_session.h.
int BFD::BFDStats::rx_count |
Definition at line 44 of file bfd_session.h.
int BFD::BFDStats::rx_error_count |
Definition at line 46 of file bfd_session.h.
uint32_t BFD::BFDStats::send_timer_expired_count |
Definition at line 49 of file bfd_session.h.
int BFD::BFDStats::tx_count |
Definition at line 45 of file bfd_session.h.
int BFD::BFDStats::tx_error_count |
Definition at line 47 of file bfd_session.h.