$search
#include <ethernet_interface_info.h>
Public Member Functions | |
EthtoolStats () | |
EthtoolStats & | operator-= (const EthtoolStats &right) |
Public Attributes | |
uint64_t | rx_align_errors_ |
uint64_t | rx_crc_errors_ |
uint64_t | rx_errors_ |
uint64_t | rx_frame_errors_ |
Definition at line 43 of file ethernet_interface_info.h.
EthtoolStats::EthtoolStats | ( | ) |
Definition at line 8 of file ethernet_interface_info.cpp.
EthtoolStats & EthtoolStats::operator-= | ( | const EthtoolStats & | right | ) |
Definition at line 17 of file ethernet_interface_info.cpp.
uint64_t EthtoolStats::rx_align_errors_ |
Definition at line 49 of file ethernet_interface_info.h.
uint64_t EthtoolStats::rx_crc_errors_ |
Definition at line 47 of file ethernet_interface_info.h.
uint64_t EthtoolStats::rx_errors_ |
Definition at line 46 of file ethernet_interface_info.h.
uint64_t EthtoolStats::rx_frame_errors_ |
Definition at line 48 of file ethernet_interface_info.h.