- java.lang.Object
-
- com.sun.jna.Structure
-
- org.pcap4j.core.NativeMappings.pcap_stat_ex
-
- Direct Known Subclasses:
NativeMappings.pcap_stat_ex.ByReference
- Enclosing class:
- NativeMappings
public static class NativeMappings.pcap_stat_ex extends com.sun.jna.Structure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNativeMappings.pcap_stat_ex.ByReference
-
Field Summary
Fields Modifier and Type Field Description com.sun.jna.NativeLongcollisionscom.sun.jna.NativeLongmulticastcom.sun.jna.NativeLongrx_bytescom.sun.jna.NativeLongrx_crc_errorscom.sun.jna.NativeLongrx_droppedcom.sun.jna.NativeLongrx_errorscom.sun.jna.NativeLongrx_fifo_errorscom.sun.jna.NativeLongrx_frame_errorscom.sun.jna.NativeLongrx_length_errorscom.sun.jna.NativeLongrx_missed_errorscom.sun.jna.NativeLongrx_over_errorscom.sun.jna.NativeLongrx_packetscom.sun.jna.NativeLongtx_aborted_errorscom.sun.jna.NativeLongtx_bytescom.sun.jna.NativeLongtx_carrier_errorscom.sun.jna.NativeLongtx_droppedcom.sun.jna.NativeLongtx_errorscom.sun.jna.NativeLongtx_fifo_errorscom.sun.jna.NativeLongtx_heartbeat_errorscom.sun.jna.NativeLongtx_packetscom.sun.jna.NativeLongtx_window_errors
-
Constructor Summary
Constructors Constructor Description pcap_stat_ex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getFieldOrder()-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
rx_packets
public com.sun.jna.NativeLong rx_packets
-
tx_packets
public com.sun.jna.NativeLong tx_packets
-
rx_bytes
public com.sun.jna.NativeLong rx_bytes
-
tx_bytes
public com.sun.jna.NativeLong tx_bytes
-
rx_errors
public com.sun.jna.NativeLong rx_errors
-
tx_errors
public com.sun.jna.NativeLong tx_errors
-
rx_dropped
public com.sun.jna.NativeLong rx_dropped
-
tx_dropped
public com.sun.jna.NativeLong tx_dropped
-
multicast
public com.sun.jna.NativeLong multicast
-
collisions
public com.sun.jna.NativeLong collisions
-
rx_length_errors
public com.sun.jna.NativeLong rx_length_errors
-
rx_over_errors
public com.sun.jna.NativeLong rx_over_errors
-
rx_crc_errors
public com.sun.jna.NativeLong rx_crc_errors
-
rx_frame_errors
public com.sun.jna.NativeLong rx_frame_errors
-
rx_fifo_errors
public com.sun.jna.NativeLong rx_fifo_errors
-
rx_missed_errors
public com.sun.jna.NativeLong rx_missed_errors
-
tx_aborted_errors
public com.sun.jna.NativeLong tx_aborted_errors
-
tx_carrier_errors
public com.sun.jna.NativeLong tx_carrier_errors
-
tx_fifo_errors
public com.sun.jna.NativeLong tx_fifo_errors
-
tx_heartbeat_errors
public com.sun.jna.NativeLong tx_heartbeat_errors
-
tx_window_errors
public com.sun.jna.NativeLong tx_window_errors
-
-