[insert project logo here (125x200px max)]

Navigator

Mailinglists

Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums.

Copyright and Licensing Information

Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL).

All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License.

All sourcecode is made publicly available.

Acknowledgement

Splash and the Splash website are hosted by SourceForge.net

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

user_net_device_stats Struct Reference

#include <interface.h>


Data Fields

unsigned long rx_packets
unsigned long tx_packets
unsigned long rx_bytes
unsigned long tx_bytes
unsigned long rx_errors
unsigned long tx_errors
unsigned long rx_dropped
unsigned long tx_dropped
unsigned long rx_multicast
unsigned long rx_compressed
unsigned long tx_compressed
unsigned long collisions
unsigned long rx_length_errors
unsigned long rx_over_errors
unsigned long rx_crc_errors
unsigned long rx_frame_errors
unsigned long rx_fifo_errors
unsigned long rx_missed_errors
unsigned long tx_aborted_errors
unsigned long tx_carrier_errors
unsigned long tx_fifo_errors
unsigned long tx_heartbeat_errors
unsigned long tx_window_errors

Field Documentation

unsigned long user_net_device_stats::collisions
 

Definition at line 14 of file interface.h.

unsigned long user_net_device_stats::rx_bytes
 

Definition at line 5 of file interface.h.

unsigned long user_net_device_stats::rx_compressed
 

Definition at line 12 of file interface.h.

unsigned long user_net_device_stats::rx_crc_errors
 

Definition at line 19 of file interface.h.

unsigned long user_net_device_stats::rx_dropped
 

Definition at line 9 of file interface.h.

unsigned long user_net_device_stats::rx_errors
 

Definition at line 7 of file interface.h.

unsigned long user_net_device_stats::rx_fifo_errors
 

Definition at line 21 of file interface.h.

unsigned long user_net_device_stats::rx_frame_errors
 

Definition at line 20 of file interface.h.

unsigned long user_net_device_stats::rx_length_errors
 

Definition at line 17 of file interface.h.

unsigned long user_net_device_stats::rx_missed_errors
 

Definition at line 22 of file interface.h.

unsigned long user_net_device_stats::rx_multicast
 

Definition at line 11 of file interface.h.

unsigned long user_net_device_stats::rx_over_errors
 

Definition at line 18 of file interface.h.

unsigned long user_net_device_stats::rx_packets
 

Definition at line 3 of file interface.h.

unsigned long user_net_device_stats::tx_aborted_errors
 

Definition at line 24 of file interface.h.

unsigned long user_net_device_stats::tx_bytes
 

Definition at line 6 of file interface.h.

unsigned long user_net_device_stats::tx_carrier_errors
 

Definition at line 25 of file interface.h.

unsigned long user_net_device_stats::tx_compressed
 

Definition at line 13 of file interface.h.

unsigned long user_net_device_stats::tx_dropped
 

Definition at line 10 of file interface.h.

unsigned long user_net_device_stats::tx_errors
 

Definition at line 8 of file interface.h.

unsigned long user_net_device_stats::tx_fifo_errors
 

Definition at line 26 of file interface.h.

unsigned long user_net_device_stats::tx_heartbeat_errors
 

Definition at line 27 of file interface.h.

unsigned long user_net_device_stats::tx_packets
 

Definition at line 4 of file interface.h.

unsigned long user_net_device_stats::tx_window_errors
 

Definition at line 28 of file interface.h.


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