libtrap 1.18.1
input_ifc_stats Struct Reference

Input interface statistics. More...

#include <trap.h>

Data Fields

uint64_t received_bytes
 Number of received bytes.
 
uint64_t received_records
 Number of received records.
 
uint64_t missed_records
 Number of missed records.
 

Detailed Description

Input interface statistics.

This structure is used to store statistics about input interface. Supported only by some input interfaces.

Definition at line 224 of file trap.h.

Field Documentation

◆ missed_records

uint64_t input_ifc_stats::missed_records

Number of missed records.

Definition at line 227 of file trap.h.

◆ received_bytes

uint64_t input_ifc_stats::received_bytes

Number of received bytes.

Definition at line 225 of file trap.h.

◆ received_records

uint64_t input_ifc_stats::received_records

Number of received records.

Definition at line 226 of file trap.h.


The documentation for this struct was generated from the following file: