SocketMacrospublic class LinuxSocketMacros extends Object implements SocketMacros
| Modifier and Type | Field | Description |
|---|---|---|
static LinuxSocketMacros |
INSTANCE |
| Constructor | Description |
|---|---|
LinuxSocketMacros() |
| Modifier and Type | Method | 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.