public class LinuxSocketMacros extends 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 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.