- java.lang.Object
-
- jnr.posix.MacOSSocketMacros
-
- All Implemented Interfaces:
SocketMacros
public class MacOSSocketMacros extends Object implements SocketMacros
- Author:
- Bob McWhirter
-
-
Field Summary
Fields Modifier and Type Field Description static SocketMacrosINSTANCE
-
Constructor Summary
Constructors Constructor Description MacOSSocketMacros()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int__DARWIN_ALIGN32(int x)jnr.ffi.PointerCMSG_DATA(jnr.ffi.Pointer cmsg)intCMSG_LEN(int l)intCMSG_SPACE(int l)
-
-
-
Field Detail
-
INSTANCE
public static final SocketMacros INSTANCE
-
-
Method Detail
-
__DARWIN_ALIGN32
public int __DARWIN_ALIGN32(int x)
-
CMSG_SPACE
public int CMSG_SPACE(int l)
- Specified by:
CMSG_SPACEin interfaceSocketMacros
-
CMSG_LEN
public int CMSG_LEN(int l)
- Specified by:
CMSG_LENin interfaceSocketMacros
-
CMSG_DATA
public jnr.ffi.Pointer CMSG_DATA(jnr.ffi.Pointer cmsg)
- Specified by:
CMSG_DATAin interfaceSocketMacros
-
-