- java.lang.Object
-
- com.sun.jna.Structure
-
- org.pcap4j.core.NativeMappings.pcap_stat
-
- Direct Known Subclasses:
NativeMappings.pcap_stat.ByReference,NativeMappings.win_pcap_stat
- Enclosing class:
- NativeMappings
public static class NativeMappings.pcap_stat extends com.sun.jna.Structure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNativeMappings.pcap_stat.ByReference
-
Field Summary
Fields Modifier and Type Field Description intps_dropstatic intPS_DROP_OFFSETintps_ifdropstatic intPS_IFDROP_OFFSETintps_recvstatic intPS_RECV_OFFSET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getFieldOrder()(package private) static intgetPsDrop(com.sun.jna.Pointer p)(package private) static intgetPsIfdrop(com.sun.jna.Pointer p)(package private) static intgetPsRecv(com.sun.jna.Pointer p)-
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
-
-
-
-
Method Detail
-
getFieldOrder
protected java.util.List<java.lang.String> getFieldOrder()
- Overrides:
getFieldOrderin classcom.sun.jna.Structure
-
getPsRecv
static int getPsRecv(com.sun.jna.Pointer p)
-
getPsDrop
static int getPsDrop(com.sun.jna.Pointer p)
-
getPsIfdrop
static int getPsIfdrop(com.sun.jna.Pointer p)
-
-