public class MacOSSocketMacros extends 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 SocketMacros
public int CMSG_LEN(int l)
CMSG_LEN
in interface SocketMacros
public jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)
CMSG_DATA
in interface SocketMacros
Copyright © 2015. All Rights Reserved.