public class sockaddr_un
extends com.sun.jna.Structure
#define UNIX_PATH_MAX 108
struct sockaddr_un {
sa_family_t sun_family;
char sun_path[UNIX_PATH_MAX];
};
sun_family always contains AF_UNIX.
Look man unix(7) for more infosModifier and Type | Field and Description |
---|---|
short |
sun_family |
byte[] |
sun_path |
Constructor and Description |
---|
sockaddr_un(short family,
byte[] path) |
allocateMemory, allocateMemory, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
Copyright © 2021. All Rights Reserved.