java.lang.Object
jnr.posix.MacOSSocketMacros
- All Implemented Interfaces:
SocketMacros
- Author:
- Bob McWhirter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint__DARWIN_ALIGN32(int x) jnr.ffi.PointerCMSG_DATA(jnr.ffi.Pointer cmsg) intCMSG_LEN(int l) intCMSG_SPACE(int l)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MacOSSocketMacros
public MacOSSocketMacros()
-
-
Method Details
-
__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
-