#include <link.h>
Data Fields | |
uint16_t | rx_len |
Number of length mismath errors. | |
uint16_t | rx_crc |
Total CRC-errors detected. | |
uint16_t | rx_ovr |
Overrun errors reported by hardware. | |
uint16_t | rx_fe |
Number of framing errors. |
Structure containing link layer error statistics. Call lnk_get_error_stats() to get actual values.
Definition at line 45 of file link.h.