Package jnr.posix
Class LinuxSocketMacros
java.lang.Object
jnr.posix.LinuxSocketMacros
- All Implemented Interfaces:
SocketMacros
- Author:
- Bob McWhirter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
CMSG_ALIGN
(int len) jnr.ffi.Pointer
CMSG_DATA
(jnr.ffi.Pointer cmsg) int
CMSG_LEN
(int l) int
CMSG_SPACE
(int l)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LinuxSocketMacros
public LinuxSocketMacros()
-
-
Method Details
-
CMSG_ALIGN
public int CMSG_ALIGN(int len) -
CMSG_SPACE
public int CMSG_SPACE(int l) - Specified by:
CMSG_SPACE
in interfaceSocketMacros
-
CMSG_LEN
public int CMSG_LEN(int l) - Specified by:
CMSG_LEN
in interfaceSocketMacros
-
CMSG_DATA
public jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg) - Specified by:
CMSG_DATA
in interfaceSocketMacros
-