public class MacOSSocketMacros extends java.lang.Object implements SocketMacros
| Modifier and Type | Field and Description |
|---|---|
static SocketMacros |
INSTANCE |
| Constructor and Description |
|---|
MacOSSocketMacros() |
| Modifier and Type | Method and Description |
|---|---|
int |
__DARWIN_ALIGN32(int x) |
jnr.ffi.Pointer |
CMSG_DATA(jnr.ffi.Pointer cmsg) |
int |
CMSG_LEN(int l) |
int |
CMSG_SPACE(int l) |
public static final SocketMacros INSTANCE
public int __DARWIN_ALIGN32(int x)
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 © 2019. All Rights Reserved.