public class LinuxSocketMacros extends java.lang.Object implements SocketMacros
| Modifier and Type | Field and Description |
|---|---|
static LinuxSocketMacros |
INSTANCE |
| Constructor and Description |
|---|
LinuxSocketMacros() |
| Modifier and Type | Method and Description |
|---|---|
int |
CMSG_ALIGN(int len) |
jnr.ffi.Pointer |
CMSG_DATA(jnr.ffi.Pointer cmsg) |
int |
CMSG_LEN(int l) |
int |
CMSG_SPACE(int l) |
public static final LinuxSocketMacros INSTANCE
public int CMSG_ALIGN(int len)
public int CMSG_SPACE(int l)
CMSG_SPACE in interface SocketMacrospublic int CMSG_LEN(int l)
CMSG_LEN in interface SocketMacrospublic jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)
CMSG_DATA in interface SocketMacrosCopyright © 2018. All Rights Reserved.