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 ClassesNested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongcom.sun.jna.NativeLongFields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
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 Details
-
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
-
-
Constructor Details
-
pcap_stat_ex
public pcap_stat_ex()
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrderin classcom.sun.jna.Structure
-