- java.lang.Object
-
- jnr.posix.FreeBSDSocketMacros
-
- All Implemented Interfaces:
SocketMacros
public class FreeBSDSocketMacros extends Object implements SocketMacros
- Author:
- Bob McWhirter
-
-
Field Summary
Fields Modifier and Type Field Description static FreeBSDSocketMacrosINSTANCE
-
Constructor Summary
Constructors Constructor Description FreeBSDSocketMacros()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intCMSG_ALIGN(int len)jnr.ffi.PointerCMSG_DATA(jnr.ffi.Pointer cmsg)intCMSG_LEN(int l)intCMSG_SPACE(int l)
-
-
-
Field Detail
-
INSTANCE
public static final FreeBSDSocketMacros INSTANCE
-
-
Method Detail
-
CMSG_ALIGN
public int CMSG_ALIGN(int len)
-
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
-
-