Class SystemB.In4In6Addr
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.In4In6Addr
- Enclosing interface:
SystemB
IPv4 address mapped into IPv6 address space.
Corresponds to struct in4in6_addr in <sys/proc_info.h>.
-
Nested Class Summary
Nested classes/interfaces inherited from class Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionintIPv4 address (network byte order).int[]Padding to align IPv4 address at offset 12.Fields inherited from class Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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
-
i46a_pad32
public int[] i46a_pad32Padding to align IPv4 address at offset 12. -
i46a_addr4
public int i46a_addr4IPv4 address (network byte order).
-
-
Constructor Details
-
In4In6Addr
public In4In6Addr()
-